[−][src]Function sdl2_sys::SDL_HapticUnpause
pub unsafe extern "C" fn SDL_HapticUnpause(haptic: *mut SDL_Haptic) -> c_int
\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