mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-29 19:44:49 +02:00
Merge pull request #212 from enumag/controller-bindings
Fix controller bindings
This commit is contained in:
commit
f33e2662b5
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