mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename some more global enums (Key, Joy, MIDI)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="button_mask" type="int" setter="set_button_mask" getter="get_button_mask" default="0">
|
||||
The mouse button mask identifier, one of or a bitwise combination of the [enum ButtonList] button masks.
|
||||
The mouse button mask identifier, one of or a bitwise combination of the [enum MouseButton] button masks.
|
||||
</member>
|
||||
<member name="global_position" type="Vector2" setter="set_global_position" getter="get_global_position" default="Vector2( 0, 0 )">
|
||||
The global mouse position relative to the current [Viewport] when used in [method Control._gui_input], otherwise is at 0,0.
|
||||
|
||||
Reference in New Issue
Block a user