Constant SDL_JOYSTICK_AXIS_MIN
pub const SDL_JOYSTICK_AXIS_MIN: i16 = _; // -32_768i16
Available on crate feature dep_sdl3
only.
Expand description
The smallest value an SDL_Joystick’s axis can report.
This is a negative number!
§Availability
This macro is available since SDL 3.2.0.
§See also