logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_UpdateJoysticks - Update the current state of the open joysticks.

Availability

       This function is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                             SDL_UpdateJoysticks(3)

Description

       This is called automatically by the event loop if any joystick events are enabled.

Header File

       Defined in SDL3/SDL_joystick.h

Name

       SDL_UpdateJoysticks - Update the current state of the open joysticks.

Synopsis

#include"SDL3/SDL.h"voidSDL_UpdateJoysticks(void);

See Also