Constant SDL_HAPTIC_TRIANGLE
pub const SDL_HAPTIC_TRIANGLE: u16 = _; // 8u16
Available on crate feature dep_sdl3
only.
Expand description
Triangle wave effect supported.
Periodic haptic effect that simulates triangular waves.
§Availability
This macro is available since SDL 3.2.0.
§See also