Constant SDL_HAPTIC_FRICTION

pub const SDL_HAPTIC_FRICTION: u16 = _; // 1_024u16
Available on crate feature dep_sdl3 only.
Expand description

Friction effect supported - uses axes movement.

Condition haptic effect that simulates friction. Effect is based on the axes movement.

§Availability

This macro is available since SDL 3.2.0.

§See also