SDL_JOYSTICK_AXIS_MAX

The largest value an SDL_Joystick's axis can report.

extern (C) nothrow @nogc
enum SDL_JOYSTICK_AXIS_MAX = 32_767;

See Also

Meta