Record TSDL_MultiGestureEvent
Unit
Declaration
type TSDL_MultiGestureEvent = record
Description
Overview
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
touchId: TSDL_TouchID; |
|
dTheta: cfloat; |
|
dDist: cfloat; |
|
x: cfloat; |
|
y: cfloat; |
|
numFingers: cuint16; |
|
padding: cuint16; |
Description
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
SDL_MULTIGESTURE |
touchId: TSDL_TouchID; |
|
dTheta: cfloat; |
|
The touch device index |
dDist: cfloat; |
|
x: cfloat; |
|
y: cfloat; |
|
numFingers: cuint16; |
|
padding: cuint16; |
|
Generated by PasDoc 0.16.0.