[][src]Function sdl2_sys::SDL_HapticStopAll

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

\brief Stops all the currently playing effects on a haptic device.

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