SDL_ResumeHaptic
Resume a haptic device.
- Provided by: libsdl3-doc (Version: 3.4.2+ds-1ubuntu1)
- Source: libsdl3
- Report a bug
Resume a haptic device.
#include <SDL3/SDL_haptic.h>
bool SDL_ResumeHaptic(SDL_Haptic *haptic);
Call to unpause after SDL_PauseHaptic().
Returns true on success or false on failure; call SDL_GetError() for more information.
This function is available since SDL 3.2.0.