Resume a haptic device.
Defined in <SDL3/SDL_haptic.h>
bool SDL_ResumeHaptic(SDL_Haptic *haptic);
SDL_Haptic * | haptic | the SDL_Haptic device to unpause. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
Call to unpause after SDL_PauseHaptic().
This function is available since SDL 3.1.3.