#pragma section-numbers off #pragma disable-camelcase = SDL_SensorUpdate = Update the current state of the open sensors. 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. <> == Syntax == {{{#!highlight cpp void SDL_SensorUpdate(void); }}} ---- [[CategoryAPI]], [[CategorySensor]]