doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-05-15 18:24:38 +02:00
parent 3a6d9a41bb
commit 2800c8f43d
4 changed files with 46 additions and 26 deletions

View File

@@ -1063,10 +1063,10 @@
<constant name="JOY_XBOX_RB" value="10" enum="JoyButtonList">
Xbox game controller right bumper button maps to SDL right shoulder button.
</constant>
<constant name="JOY_BUTTON_MAX" value="36" enum="JoyAxisList">
<constant name="JOY_BUTTON_MAX" value="36" enum="JoyButtonList">
The maximum number of game controller buttons.
</constant>
<constant name="JOY_INVALID_BUTTON" value="-1" enum="JoyButtonList">
<constant name="JOY_INVALID_AXIS" value="-1" enum="JoyAxisList">
An invalid game controller axis.
</constant>
<constant name="JOY_AXIS_LEFT_X" value="0" enum="JoyAxisList">