mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWithModifiers properties/methods
This commit is contained in:
@@ -1393,7 +1393,7 @@
|
||||
<constant name="KEY_SHIFT" value="16777237" enum="Key">
|
||||
Shift key.
|
||||
</constant>
|
||||
<constant name="KEY_CONTROL" value="16777238" enum="Key">
|
||||
<constant name="KEY_CTRL" value="16777238" enum="Key">
|
||||
Control key.
|
||||
</constant>
|
||||
<constant name="KEY_META" value="16777239" enum="Key">
|
||||
|
||||
Reference in New Issue
Block a user