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

\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.