Constant SDL_HAPTIC_PAUSE

pub const SDL_HAPTIC_PAUSE: u32 = 524288_u32; // 524_288u32
Available on crate feature dep_sdl3 only.
Expand description

Device can be paused.

Devices supports being paused.

§Availability

This macro is available since SDL 3.2.0.

§See also