Man page - sdl_resumehaptic(3)

Packages contas this manual

Manual

SDL_ResumeHaptic(3) SDL3 FUNCTIONS SDL_ResumeHaptic(3)

SDL_ResumeHaptic - Resume a haptic device.

Defined in SDL3/SDL_haptic.h

#include "SDL3/SDL.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.

(3), SDL_PauseHaptic(3)

SDL 3.2.10 Simple Directmedia Layer