pub const SDL_HINT_XINPUT_ENABLED: &[u8];
Expand description

A variable that lets you disable the detection and use of Xinput gamepad devices

The variable can be set to the following values:

  • “0”: Disable XInput detection (only uses direct input)
  • “1”: Enable XInput detection (the default)