Function SDL_StopHapticEffects

pub unsafe extern "C" fn SDL_StopHapticEffects(
    haptic: *mut SDL_Haptic,
) -> bool
Available on crate feature dep_sdl3 only.
Expand description

Stop all the currently playing effects on a haptic device.

§Parameters

§Return value

Returns true on success or false on failure; call SDL_GetError() for more information.

§Availability

This function is available since SDL 3.2.0.

§See also