Update the current state of the open sensors.
Defined in <SDL3/SDL_sensor.h>
void SDL_UpdateSensors(void);
This is called automatically by the event loop if sensor events are enabled.
This needs to be called from the thread that initialized the sensor subsystem.
This function is available since SDL 3.1.3.