You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add editor setting to override tablet driver.
This commit is contained in:
committed by
bruvzg
parent
96cdbbe5bd
commit
b3c0eaeeb8
@@ -314,6 +314,8 @@ EditorPropertyNameProcessor::EditorPropertyNameProcessor() {
|
||||
capitalize_string_remaps["webrtc"] = "WebRTC";
|
||||
capitalize_string_remaps["websocket"] = "WebSocket";
|
||||
capitalize_string_remaps["wine"] = "wine";
|
||||
capitalize_string_remaps["wintab"] = "WinTab";
|
||||
capitalize_string_remaps["winink"] = "Windows Ink";
|
||||
capitalize_string_remaps["wifi"] = "Wi-Fi";
|
||||
capitalize_string_remaps["x86"] = "x86";
|
||||
capitalize_string_remaps["x86_32"] = "x86_32";
|
||||
|
||||
Reference in New Issue
Block a user