SDL_HAPTIC_STEERING_AXIS

Use this value to play an effect on the steering wheel axis.

This provides better compatibility across platforms and devices as SDL will guess the correct axis.

\sa SDL_HapticDirection

extern (C) nothrow @nogc
enum SDL_HAPTIC_STEERING_AXIS = 3;

Meta