Fix joypad hat input in the menu in the SDL port

This commit is contained in:
Lior Halphon 2019-06-15 12:53:00 +03:00
parent 8b7922b679
commit 083b4a2970
1 changed files with 1 additions and 0 deletions

View File

@ -913,6 +913,7 @@ void run_gui(bool is_running)
event.key.keysym.scancode = scancode;
}
}
break;
}
case SDL_JOYAXISMOTION: {