mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Disable GameInput mouse and keyboard support
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.
This commit is contained in:
parent
76ce83801a
commit
b8dbc7086d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue