Constant SDL_HAPTIC_SPRING

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

Spring effect supported - uses axes position.

Condition haptic effect that simulates a spring. Effect is based on the axes position.

§Availability

This macro is available since SDL 3.2.0.

§See also