doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)
(cherry picked from commit 1b806ef54e
)
This commit is contained in:
parent
4fee5f3915
commit
c44060bb82
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue