Ubuntu Manpages

SDL_ResumeHaptic

Resume a haptic device.

#include <SDL3/SDL_haptic.h>
bool SDL_ResumeHaptic(SDL_Haptic *haptic);

Call to unpause after SDL_PauseHaptic().

the SDL_Haptic device to unpause.

Returns true on success or false on failure; call SDL_GetError() for more information.

This function is available since SDL 3.2.0.

SDL_PauseHaptic(3)