diff --git a/src/video/windows/SDL_windowsgameinput.c b/src/video/windows/SDL_windowsgameinput.c index b132c4c846..6dfd1c087f 100644 --- a/src/video/windows/SDL_windowsgameinput.c +++ b/src/video/windows/SDL_windowsgameinput.c @@ -22,6 +22,9 @@ #include "SDL_windowsvideo.h" +// GameInput currently has a bug with keys stuck on focus change, and crashes on initialization on some systems, so we'll disable it until these issues are fixed. +#undef HAVE_GAMEINPUT_H + #ifdef HAVE_GAMEINPUT_H #define COBJMACROS