mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
It turns out HIDAPI for Xbox controllers doesn't allow background input, so we won't enable it by default on Windows.
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#ifdef __WINDOWS__
|
||||
/* On Windows, Xbox One controllers are handled by the Xbox 360 driver */
|
||||
#undef SDL_JOYSTICK_HIDAPI_XBOXONE
|
||||
/* It turns out HIDAPI for Xbox controllers doesn't allow background input */
|
||||
#undef SDL_JOYSTICK_HIDAPI_XBOX360
|
||||
#endif
|
||||
|
||||
#ifdef __MACOSX__
|
||||
|
||||
Reference in New Issue
Block a user