pub const SDL_HINT_JOYSTICK_RAWINPUT: &[u8];
Expand description

A variable controlling whether the RAWINPUT joystick drivers should be used for better handling XInput-capable devices.

This variable can be set to the following values:

  • “0”: RAWINPUT drivers are not used
  • “1”: RAWINPUT drivers are used (the default)