Merge pull request #83013 from RobTheFiveNine/documentation/start_button
Add documentation on which buttons JOY_BUTTON_START corresponds to
This commit is contained in:
commit
3126001ef0
1 changed files with 1 additions and 1 deletions
|
@ -2449,7 +2449,7 @@
|
||||||
Game controller SDL guide button. Corresponds to the Sony PS, Xbox Home button.
|
Game controller SDL guide button. Corresponds to the Sony PS, Xbox Home button.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="JOY_BUTTON_START" value="6" enum="JoyButton">
|
<constant name="JOY_BUTTON_START" value="6" enum="JoyButton">
|
||||||
Game controller SDL start button. Corresponds to the Nintendo + button.
|
Game controller SDL start button. Corresponds to the Sony Options, Xbox Menu, Nintendo + button.
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="JOY_BUTTON_LEFT_STICK" value="7" enum="JoyButton">
|
<constant name="JOY_BUTTON_LEFT_STICK" value="7" enum="JoyButton">
|
||||||
Game controller SDL left stick button. Corresponds to the Sony L3, Xbox L/LS button.
|
Game controller SDL left stick button. Corresponds to the Sony L3, Xbox L/LS button.
|
||||||
|
|
Loading…
Reference in a new issue