Record TSDL_SensorEvent
Unit
Declaration
type TSDL_SensorEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
which: cint32; |
![]() |
data: array[0..5] of cfloat; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
|
SDL_SENSORUPDATED | |
![]() |
which: cint32; |
|
In milliseconds, populated using SDL_GetTicks() | |
![]() |
data: array[0..5] of cfloat; |
|
The instance ID of the sensor | |
Generated by PasDoc 0.16.0.
