SDL_HAPTIC_DAMPER

Damper effect supported - uses axes velocity.

Condition haptic effect that simulates dampening. Effect is based on the axes velocity.

\sa SDL_HapticCondition

extern (C) nothrow @nogc
enum SDL_HAPTIC_DAMPER = (1u << 8);

Meta