Constant SDL_HAPTIC_STEERING_AXIS

pub const SDL_HAPTIC_STEERING_AXIS: u8 = _; // 3u8
Available on crate feature dep_sdl3 only.
Expand description

Use this value to play an effect on the steering wheel axis.

This provides better compatibility across platforms and devices as SDL will guess the correct axis.

§Availability

This macro is available since SDL 3.2.0.

§See also