Record TSDL_SensorEvent

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_SensorEvent = record

Description

 

Overview

Fields

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

Description

Fields

Public type_: cuint32;
 
Public timestamp: cuint32;

SDL_SENSORUPDATED

Public which: cint32;

In milliseconds, populated using SDL_GetTicks()

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

The instance ID of the sensor


Generated by PasDoc 0.16.0.