SDL_JOYSTICK_AXIS_MIN

The smallest value an SDL_Joystick's axis can report.

This is a negative number!

extern (C) nothrow @nogc
enum SDL_JOYSTICK_AXIS_MIN = -32_768;

See Also

Meta