Record TSDL_ControllerSensorEvent

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_ControllerSensorEvent = record

Description

 

Overview

Fields

Public type_: cuint32;
Public timestamp: cuint32;
Public which: TSDL_JoystickID;
Public sensor: cint32;
Public data: array[0..2] of cfloat;

Description

Fields

Public type_: cuint32;
 
Public timestamp: cuint32;

SDL_CONTROLLERSENSORUPDATE

Public which: TSDL_JoystickID;

In milliseconds, populated using SDL_GetTicks()

Public sensor: cint32;

The joystick instance id

Public data: array[0..2] of cfloat;

The type of the sensor, one of the values of SDL_SensorType


Generated by PasDoc 0.16.0.