SDL_HAPTIC_SPRING

Spring effect supported - uses axes position.

Condition haptic effect that simulates a spring. Effect is based on the axes position.

\sa SDL_HapticCondition

extern (C) nothrow @nogc
enum SDL_HAPTIC_SPRING = (1u << 7);

Meta