pub unsafe extern "C" fn SDL_HapticRumbleStop(
    haptic: *mut SDL_Haptic
) -> c_int
Expand description

\brief Stops the simple rumble on a haptic device.

\param haptic Haptic to stop the rumble on. \return 0 on success or -1 on error.

\sa SDL_HapticRumbleSupported \sa SDL_HapticRumbleInit \sa SDL_HapticRumblePlay