Function SDL_StopHapticRumble
pub unsafe extern "C" fn SDL_StopHapticRumble(
haptic: *mut SDL_Haptic,
) -> bool
Available on crate feature
dep_sdl3
only.Expand description
Stop the simple rumble on a haptic device.
§Parameters
haptic
: the haptic device to stop the rumble effect on.
§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.