SDL_HAPTIC_SPRING - Spring effect supported - uses axes position.
Contents
Availability
This macro is available since SDL 3.2.0.
Description
Condition haptic effect that simulates a spring. Effect is based on the axes position.
Name
SDL_HAPTIC_SPRING - Spring effect supported - uses axes position.
See Also
SDL_HapticCondition(3type) Simple Directmedia Layer SDL 3.2.20 SDL_HAPTIC_SPRING(3)
Synopsis
#include<SDL3/SDL_haptic.h>#defineSDL_HAPTIC_SPRING(1u<<7)
