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

TSDL_Rect

Declaration

Source position: libsdl2.pas line 646

type TSDL_Rect = record

  x: SInt32;

  

  y: SInt32;

  

  w: SInt32;

  

  h: SInt32;

  

end;



CT Web help

CodeTyphon Studio