Record TSDL_TouchFingerEvent

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_TouchFingerEvent = record

Description

 

Overview

Fields

Public type_: cuint32;
Public timestamp: cuint32;
Public touchId: TSDL_TouchID;
Public fingerId: TSDL_FingerID;
Public x: cfloat;
Public y: cfloat;
Public dx: cfloat;
Public dy: cfloat;
Public pressure: cfloat;
Public window: cuint32;

Description

Fields

Public type_: cuint32;
 
Public timestamp: cuint32;

SDL_FINGERMOTION or SDL_FINGERDOWN or SDL_FINGERUP

Public touchId: TSDL_TouchID;
 
Public fingerId: TSDL_FingerID;

The touch device id

Public x: cfloat;
 
Public y: cfloat;

Normalized in the range 0...1

Public dx: cfloat;

Normalized in the range 0...1

Public dy: cfloat;

Normalized in the range 0...1

Public pressure: cfloat;

Normalized in the range 0...1

Public window: cuint32;

Normalized in the range 0...1


Generated by PasDoc 0.16.0.