Describe the left mouse button constant as the primary button
(cherry picked from commit f6e9565bdc
)
This commit is contained in:
parent
37efeaad72
commit
21856280fa
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue