mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-29 19:44:49 +02:00
Fix controller bindings
This commit is contained in:
parent
f06bbb92a5
commit
e68e4663ec
1 changed files with 1 additions and 1 deletions
|
@ -1027,7 +1027,7 @@ bool SettingsMenu::onEvent(const SDL_Event &event)
|
|||
return false;
|
||||
break;
|
||||
|
||||
case SDL_JOYBUTTONDOWN :
|
||||
case SDL_CONTROLLERBUTTONDOWN :
|
||||
case SDL_CONTROLLERBUTTONUP :
|
||||
case SDL_CONTROLLERAXISMOTION :
|
||||
if (!p->hasFocus)
|
||||
|
|
Loading…
Add table
Reference in a new issue