Record TSDL_DollarGestureEvent

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_DollarGestureEvent = record

Description

 

Overview

Fields

Public type_: cuint32;
Public timestamp: cuint32;
Public touchId: TSDL_TouchID;
Public gestureId: TSDL_GestureID;
Public numFingers: cuint32;
Public error: cfloat;
Public x: cfloat;
Public y: cfloat;

Description

Fields

Public type_: cuint32;
 
Public timestamp: cuint32;

SDL_DOLLARGESTURE

Public touchId: TSDL_TouchID;
 
Public gestureId: TSDL_GestureID;

The touch device id

Public numFingers: cuint32;
 
Public error: cfloat;
 
Public x: cfloat;
 
Public y: cfloat;

Normalized center of gesture


Generated by PasDoc 0.16.0.