Skip to content

Commit

Permalink
Note which Windows SDK version is required for Windows Gaming Input s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
slouken committed Apr 19, 2020
1 parent aba2792 commit 116b8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_config_windows.h
Expand Up @@ -198,7 +198,7 @@ typedef unsigned int uintptr_t;
#define SDL_JOYSTICK_HIDAPI 1
#define SDL_JOYSTICK_RAWINPUT 1
#define SDL_JOYSTICK_VIRTUAL 1
/*#define SDL_JOYSTICK_WGI 1*/
/*#define SDL_JOYSTICK_WGI 1*/ /* This requires Windows SDK 10.0.16299.0 */
#define SDL_JOYSTICK_XINPUT 1
#define SDL_HAPTIC_DINPUT 1
#define SDL_HAPTIC_XINPUT 1
Expand Down

0 comments on commit 116b8c1

Please sign in to comment.