Constant SDL_HAPTIC_SQUARE

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

Square wave effect supported.

Periodic haptic effect that simulates square waves.

§Availability

This macro is available since SDL 3.2.0.

§See also