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

TSDL_MultiGestureEvent

Declaration

Source position: libsdl2.pas line 3386

type TSDL_MultiGestureEvent = record

  type_: UInt32;

  

  timestamp: UInt32;

  

  touchId: TSDL_TouchID;

  

  dTheta: Float;

  

  dDist: Float;

  

  x: Float;

  

  y: Float;

  

  numFingers: UInt16;

  

  padding: UInt16;

  

end;



CT Web help

CodeTyphon Studio