(This is the legacy documentation for SDL2, the previous stable version; SDL3 is the current stable version.)
SDL_HINT_JOYSTICK_WGI
A variable controlling whether Windows.Gaming.Input should be used for controller handling.
Defined in SDL_hints.h
Syntax
#define SDL_HINT_JOYSTICK_WGI "SDL_JOYSTICK_WGI"
This variable can be set to the following values:
- "0": WGI is not used
- "1": WGI is used (the default)
CategoryAPI, CategoryAPIMacro, CategoryHints