SDL_JOYSTICK_AXIS_MAX - Man Page

The largest value an SDL_Joystick's axis can report.

Synopsis

#include <SDL3/SDL_joystick.h>

#define SDL_JOYSTICK_AXIS_MAX   32767

Availability

This macro is available since SDL 3.2.0.

See Also

SDL_JOYSTICK_AXIS_MIN(3)

Referenced By

SDL_JOYSTICK_AXIS_MIN(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS