replaced obsolete joystick calibration with game controller configuration
[rocksndiamonds.git] / src / tools.c
index 1ea116bab181f892eb1280285b3203743873a9c7..31ae317a3104eb985dbc59e773b0a819acdbda25 100644 (file)
@@ -3759,6 +3759,10 @@ void WaitForEventToContinue()
       {
        case EVENT_BUTTONPRESS:
        case EVENT_KEYPRESS:
+#if defined(TARGET_SDL2)
+        case SDL_CONTROLLERBUTTONDOWN:
+#endif
+        case SDL_JOYBUTTONDOWN:
          still_wait = FALSE;
          break;