mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-03 07:05:17 +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;
|
return false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SDL_JOYBUTTONDOWN :
|
case SDL_CONTROLLERBUTTONDOWN :
|
||||||
case SDL_CONTROLLERBUTTONUP :
|
case SDL_CONTROLLERBUTTONUP :
|
||||||
case SDL_CONTROLLERAXISMOTION :
|
case SDL_CONTROLLERAXISMOTION :
|
||||||
if (!p->hasFocus)
|
if (!p->hasFocus)
|
||||||
|
|
Loading…
Add table
Reference in a new issue