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

Unpause a haptic device.

Call to unpause after SDL_HapticPause().

\param haptic the SDL_Haptic device to unpause \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_HapticPause