#pragma section-numbers off #pragma disable-camelcase = SDL_SensorEvent = A structure that contains sensor updates. <> == 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()|| == Related Enumerations == .[[SDL_EventType]] .[[SDL_SensorType]] == Related Functions == .[[SDL_NumSensors]] .[[SDL_SensorGetDeviceName]] .[[SDL_SensorGetDeviceType]] .[[SDL_SensorGetDeviceNonPortableType]] .[[SDL_SensorGetDeviceInstanceID]] .[[SDL_SensorOpen]] .[[SDL_SensorFromInstanceID]] .[[SDL_SensorGetName]] .[[SDL_SensorGetType]] .[[SDL_SensorGetNonPortableType]] .[[SDL_SensorGetInstanceID]] .[[SDL_SensorGetData]] .[[SDL_SensorClose]] .[[SDL_SensorUpdate]] ---- [[CategoryStruct]], [[CategoryEvents]]