SDL_JOYSTICK_AXIS_MIN - Man Page

The smallest value an SDL_Joystick's axis can report.

Synopsis

#include <SDL3/SDL_joystick.h>

#define SDL_JOYSTICK_AXIS_MIN   -32768

Description

This is a negative number!

Availability

This macro is available since SDL 3.2.0.

See Also

SDL_JOYSTICK_AXIS_MAX(3)

Referenced By

SDL_JOYSTICK_AXIS_MAX(3).

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS