Constant SDL_HAPTIC_DAMPER

pub const SDL_HAPTIC_DAMPER: u16 = _; // 256u16
Available on crate feature dep_sdl3 only.
Expand description

Damper effect supported - uses axes velocity.

Condition haptic effect that simulates dampening. Effect is based on the axes velocity.

§Availability

This macro is available since SDL 3.2.0.

§See also