Unit 'libSDL3' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TSDL_TouchFingerEvent

Declaration

Source position: libsdl3.pas line 3457

type TSDL_TouchFingerEvent = record

  _type: TSDL_EventType;

  

  reserved: TUint32;

  

  timestamp: TUint64;

  

  touchID: TSDL_TouchID;

  

  fingerID: TSDL_FingerID;

  

  x: Single;

  

  y: Single;

  

  dx: Single;

  

  dy: Single;

  

  pressure: Single;

  

  windowID: TSDL_WindowID;

  

end;



CT Web help

CodeTyphon Studio