mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Describe the left mouse button constant as the primary button
(cherry picked from commit f6e9565bdc)
This commit is contained in:
@@ -902,10 +902,10 @@
|
||||
Group Switch key mask.
|
||||
</constant>
|
||||
<constant name="BUTTON_LEFT" value="1" enum="ButtonList">
|
||||
Left mouse button.
|
||||
Primary mouse button, usually the left button.
|
||||
</constant>
|
||||
<constant name="BUTTON_RIGHT" value="2" enum="ButtonList">
|
||||
Right mouse button.
|
||||
Secondary mouse button, usually the right button.
|
||||
</constant>
|
||||
<constant name="BUTTON_MIDDLE" value="3" enum="ButtonList">
|
||||
Middle mouse button.
|
||||
@@ -929,10 +929,10 @@
|
||||
Mouse wheel right button (only present on some mice).
|
||||
</constant>
|
||||
<constant name="BUTTON_MASK_LEFT" value="1" enum="ButtonList">
|
||||
Left mouse button mask.
|
||||
Primary mouse button mask, usually for the left button.
|
||||
</constant>
|
||||
<constant name="BUTTON_MASK_RIGHT" value="2" enum="ButtonList">
|
||||
Right mouse button mask.
|
||||
Secondary mouse button mask, usually for the right button.
|
||||
</constant>
|
||||
<constant name="BUTTON_MASK_MIDDLE" value="4" enum="ButtonList">
|
||||
Middle mouse button mask.
|
||||
|
||||
Reference in New Issue
Block a user