mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 17:58:27 +00:00
Even more miscellaneous gamepad buttons!
This commit is contained in:
parent
cb70e972e3
commit
d04fea8b87
6 changed files with 23 additions and 1 deletions
|
@ -785,6 +785,8 @@ static const char *GetBindingInstruction(void)
|
|||
case SDL_GAMEPAD_BUTTON_MISC2:
|
||||
case SDL_GAMEPAD_BUTTON_MISC3:
|
||||
case SDL_GAMEPAD_BUTTON_MISC4:
|
||||
case SDL_GAMEPAD_BUTTON_MISC5:
|
||||
case SDL_GAMEPAD_BUTTON_MISC6:
|
||||
return "Press any additional button not already bound";
|
||||
case SDL_GAMEPAD_ELEMENT_AXIS_LEFTX_NEGATIVE:
|
||||
return "Move the left thumbstick to the left";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue