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

\brief Unpauses a haptic device.

Call to unpause after SDL_HapticPause().

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

\sa SDL_HapticPause