pub const SDL_HINT_AUTO_UPDATE_JOYSTICKS: &'static [u8];
Expand description

A variable controlling whether SDL updates joystick state when getting input events

This variable can be set to the following values:

  • “0”: You’ll call SDL_JoystickUpdate() manually
  • “1”: SDL will automatically call SDL_JoystickUpdate() (default)

This hint can be toggled on and off at runtime.