Get the current state of an opened sensor.
Defined in <SDL3/SDL_sensor.h>
sensor | The SDL_Sensor object to query |
data | A pointer filled with the current sensor state |
num_values | The number of values to write to data |
Returns 0 on success or a negative error code on failure; call SDL_GetError() for more information.
The number of values and interpretation of the data is sensor dependent.
This function is available since SDL 3.0.0.