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

TSDL_PenTouchEvent

Declaration

Source position: libsdl3.pas line 3493

type TSDL_PenTouchEvent = record

  _type: TSDL_EventType;

  

  reserved: TUint32;

  

  timestamp: TUint64;

  

  windowID: TSDL_WindowID;

  

  which: TSDL_PenID;

  

  pen_state: TSDL_PenInputFlags;

  

  x: Single;

  

  y: Single;

  

  eraser: Tbool;

  

  down: Tbool;

  

end;



CT Web help

CodeTyphon Studio