Constant SDL_JOYSTICK_AXIS_MAX

pub const SDL_JOYSTICK_AXIS_MAX: i16 = _; // 32_767i16
Available on crate feature dep_sdl3 only.
Expand description

The largest value an SDL_Joystick’s axis can report.

§Availability

This macro is available since SDL 3.2.0.

§See also