SDL_UpdateJoysticks - Update the current state of the open joysticks.
Contents
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);
