SDL_ResumeHaptic - Man Page
Resume a haptic device.
Synopsis
#include <SDL3/SDL_haptic.h> bool SDL_ResumeHaptic(SDL_Haptic *haptic);
Description
Call to unpause after SDL_PauseHaptic().
Function Parameters
- haptic
the SDL_Haptic device to unpause.
Return Value
for more information.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_HAPTIC_PAUSE(3), SDL_PauseHaptic(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS