Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_JOYSTICK_AXIS_MAX - The largest value an SDL_Joystick's axis can report.

Availability

       This macro is available since SDL 3.2.0.

Name

       SDL_JOYSTICK_AXIS_MAX - The largest value an SDL_Joystick's axis can report.

See Also

SDL_JOYSTICK_AXIS_MIN(3)

Simple Directmedia Layer                           SDL 3.2.20                           SDL_JOYSTICK_AXIS_MAX(3)

Synopsis

#include<SDL3/SDL_joystick.h>#defineSDL_JOYSTICK_AXIS_MAX32767

See Also