pub const SDL_HINT_LINUX_JOYSTICK_DEADZONES: &[u8];
Expand description

A variable controlling whether joysticks on Linux adhere to their HID-defined deadzones or return unfiltered values.

This variable can be set to the following values:

  • “0”: Return unfiltered joystick axis values (the default)
  • “1”: Return axis values with deadzones taken into account