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

SDL_JOYSTICK_AXIS_MIN - The smallest value an SDL_Joystick

Availability

       This macro is available since SDL 3.2.0.

Description

       This is a negative number!

Header File

       Defined in SDL3/SDL_joystick.h

Name

       SDL_JOYSTICK_AXIS_MIN - The smallest value an SDL_Joystick

See Also

(3), SDL_JOYSTICK_AXIS_MAX(3)

Simple Directmedia Layer                           SDL 3.2.10                           SDL_JOYSTICK_AXIS_MIN(3)

Synopsis

#include"SDL3/SDL.h"#defineSDL_JOYSTICK_AXIS_MIN-32768

See Also