From 116b8c17f263b259dd562d86bb193e4e3534a724 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 19 Apr 2020 00:05:54 -0700 Subject: [PATCH] Note which Windows SDK version is required for Windows Gaming Input support --- include/SDL_config_windows.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h index cce5af44c..f7f40ae8b 100644 --- a/include/SDL_config_windows.h +++ b/include/SDL_config_windows.h @@ -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