SDL_SensorEvent

Sensor event structure (event.sensor.*)

\since This struct is available since SDL 3.2.0.

Members

Variables

data
float[6] data;

< Up to 6 values from the sensor - additional values can be queried using SDL_GetSensorData()

reserved
Uint32 reserved;
Undocumented in source.
sensor_timestamp
Uint64 sensor_timestamp;

< The timestamp of the sensor reading in nanoseconds, not necessarily synchronized with the system clock

timestamp
Uint64 timestamp;

< In nanoseconds, populated using SDL_GetTicksNS()

type
SDL_EventType type;

< SDL_EVENT_SENSOR_UPDATE

which
SDL_SensorID which;

< The instance ID of the sensor

Meta