Resume a haptic device.
Call to unpause after SDL_PauseHaptic().
\param haptic the SDL_Haptic device to unpause. \returns true on success or false on failure; call SDL_GetError() for more information.
\since This function is available since SDL 3.2.0.
\sa SDL_PauseHaptic
See Implementation
Resume a haptic device.
Call to unpause after SDL_PauseHaptic().
\param haptic the SDL_Haptic device to unpause. \returns true on success or false on failure; call SDL_GetError() for more information.
\since This function is available since SDL 3.2.0.
\sa SDL_PauseHaptic