Record TSDL_TouchFingerEvent
Hierarchy
Methods
Properties
Unit
sdl2
Declaration
type TSDL_TouchFingerEvent = record
Description
Overview
Fields
Description
Fields
|
type_: cuint32; |
|
|
timestamp: cuint32; |
SDL_FINGERMOTION or SDL_FINGERDOWN or SDL_FINGERUP
|
|
x: cfloat; |
|
|
y: cfloat; |
Normalized in the range 0...1
|
|
dx: cfloat; |
Normalized in the range 0...1
|
|
dy: cfloat; |
Normalized in the range 0...1
|
|
pressure: cfloat; |
Normalized in the range 0...1
|
|
window: cuint32; |
Normalized in the range 0...1
|
Generated by PasDoc 0.16.0.