X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.c;h=31ae317a3104eb985dbc59e773b0a819acdbda25;hp=1ea116bab181f892eb1280285b3203743873a9c7;hb=835e565490c1502920280c77eed9bb65fa932164;hpb=d870b82d2c53def1ed6da9fdc46ce6bf3dd1bfae diff --git a/src/tools.c b/src/tools.c index 1ea116ba..31ae317a 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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;