SDL_HAPTIC_FRICTION

Friction effect supported - uses axes movement.

Condition haptic effect that simulates friction. Effect is based on the axes movement.

\sa SDL_HapticCondition

extern (C) nothrow @nogc
enum SDL_HAPTIC_FRICTION = (1u << 10);

Meta