Function sdl2_sys::SDL_HapticRumbleStop
source ยท pub unsafe extern "C" fn SDL_HapticRumbleStop(
haptic: *mut SDL_Haptic,
) -> c_int
Expand description
Stop the simple rumble on a haptic device.
\param haptic the haptic device to stop the rumble effect on \returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
\since This function is available since SDL 2.0.0.
\sa SDL_HapticRumbleInit \sa SDL_HapticRumblePlay \sa SDL_HapticRumbleSupported