Even more miscellaneous gamepad buttons!

This commit is contained in:
Sam Lantinga 2024-02-01 20:34:05 -08:00
parent cb70e972e3
commit d04fea8b87
6 changed files with 23 additions and 1 deletions

View file

@ -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";