diff options
| author | hondres | 2016-03-06 11:51:23 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-03-06 18:06:47 +0100 |
| commit | c44060bb825e9cc5d17c950b867fc534be497c17 (patch) | |
| tree | 4552b7a5c1de8129ca8cc1d1f8dc26673041acbb | |
| parent | 4fee5f3915627e23ffb5db3095065ed25a853006 (diff) | |
| download | godot-c44060bb825e9cc5d17c950b867fc534be497c17.tar.gz godot-c44060bb825e9cc5d17c950b867fc534be497c17.tar.zst godot-c44060bb825e9cc5d17c950b867fc534be497c17.zip | |
doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)
(cherry picked from commit 1b806ef54e4f74a47e5d922330f63bf53220fffd)
| -rw-r--r-- | doc/base/classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 9eef8c707..fcd0c8b8e 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -1528,14 +1528,14 @@ Joystick Right Stick Vertical Axis </constant> <constant name="JOY_AXIS_4" value="4"> - Joystick Left Trigger Analog Axis </constant> <constant name="JOY_AXIS_5" value="5"> - Joystick Right Trigger Analog Axis </constant> <constant name="JOY_AXIS_6" value="6"> + Joystick Left Trigger Analog Axis </constant> <constant name="JOY_AXIS_7" value="7"> + Joystick Right Trigger Analog Axis </constant> <constant name="JOY_AXIS_MAX" value="8"> </constant> |
