Record TSDL_DollarGestureEvent
Unit
Declaration
type TSDL_DollarGestureEvent = record
Description
Overview
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
touchId: TSDL_TouchID; |
|
gestureId: TSDL_GestureID; |
|
numFingers: cuint32; |
|
error: cfloat; |
|
x: cfloat; |
|
y: cfloat; |
Description
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
SDL_DOLLARGESTURE |
touchId: TSDL_TouchID; |
|
gestureId: TSDL_GestureID; |
|
The touch device id |
numFingers: cuint32; |
|
error: cfloat; |
|
x: cfloat; |
|
y: cfloat; |
|
Normalized center of gesture |
Generated by PasDoc 0.16.0.