From 083b4a2970fe514e23e2e23927b682322299c578 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 15 Jun 2019 12:53:00 +0300 Subject: [PATCH] Fix joypad hat input in the menu in the SDL port --- SDL/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL/gui.c b/SDL/gui.c index 70a449d..9fb5ab2 100644 --- a/SDL/gui.c +++ b/SDL/gui.c @@ -913,6 +913,7 @@ void run_gui(bool is_running) event.key.keysym.scancode = scancode; } } + break; } case SDL_JOYAXISMOTION: {