SDL Wiki
(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)

SDL_SensorEvent

Sensor event structure (event.sensor.*)

Header File

Defined in SDL_events.h

Syntax

typedef struct SDL_SensorEvent
{
    Uint32 type;        /**< ::SDL_SENSORUPDATE */
    Uint32 timestamp;   /**< In milliseconds, populated using SDL_GetTicks() */
    Sint32 which;       /**< The instance ID of the sensor */
    float data[6];      /**< Up to 6 values from the sensor - additional values can be queried using SDL_SensorGetData() */
    Uint64 timestamp_us; /**< The timestamp of the sensor reading in microseconds, if the hardware provides this information. */
} SDL_SensorEvent;

Data Fields

Uint32 type SDL_SENSORUPDATE
Uint32 timestamp In milliseconds, populated using SDL_GetTicks()
Sint32 which The instance ID of the sensor
float[6] data Up to 6 values from the sensor - additional values can be queried using SDL_SensorGetData()

SDL_EventType SDL_SensorType


CategoryAPI, CategoryAPIStruct, CategoryStruct, CategoryEvents


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.