Record TSDL_ControllerSensorEvent
Unit
Declaration
type TSDL_ControllerSensorEvent = record
Description
Overview
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
![]() |
which: TSDL_JoystickID; |
![]() |
sensor: cint32; |
![]() |
data: array[0..2] of cfloat; |
Description
Fields
![]() |
type_: cuint32; |
![]() |
timestamp: cuint32; |
SDL_CONTROLLERSENSORUPDATE |
![]() |
which: TSDL_JoystickID; |
In milliseconds, populated using SDL_GetTicks() |
![]() |
sensor: cint32; |
The joystick instance id |
![]() |
data: array[0..2] of cfloat; |
The type of the sensor, one of the values of SDL_SensorType |
Generated by PasDoc 0.16.0.