(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_HAPTIC_PAUSE

Device can be paused.

Header File

Defined in SDL_haptic.h

Syntax

#define SDL_HAPTIC_PAUSE      (1u<<15)

Remarks

Devices supports being paused.

See Also


CategoryAPI, CategoryAPIMacro, CategoryHaptic