diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-09-29 01:14:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-29 01:14:09 +0200 |
commit | 4db2db2d6b4cf82c19f4ea96258071f5682dd592 (patch) | |
tree | b81d2b4c0beb10bbec19a4118d55f016d7d5910a | |
parent | f2ed26d71e20b92dbf21693eeea36ccfcc50ced6 (diff) | |
parent | 7759155ce4427a45dd29103d8af81fdc4cb4d56e (diff) |
Merge pull request #22515 from KellyThomas/extramousebuttons
[DOCS] ButtonList - extra mouse buttons
-rw-r--r-- | doc/classes/@GlobalScope.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 5a53e7cb05..65d339c0d5 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -886,8 +886,10 @@ Middle Mouse Button </constant> <constant name="BUTTON_XBUTTON1" value="8" enum="ButtonList"> + Extra Mouse Button 1 </constant> <constant name="BUTTON_XBUTTON2" value="9" enum="ButtonList"> + Extra Mouse Button 2 </constant> <constant name="BUTTON_WHEEL_UP" value="4" enum="ButtonList"> Mouse wheel up @@ -911,8 +913,10 @@ Middle Mouse Button Mask </constant> <constant name="BUTTON_MASK_XBUTTON1" value="128" enum="ButtonList"> + Extra Mouse Button 1 Mask </constant> <constant name="BUTTON_MASK_XBUTTON2" value="256" enum="ButtonList"> + Extra Mouse Button 2 Mask </constant> <constant name="JOY_BUTTON_0" value="0" enum="JoystickList"> Joypad Button 0 |