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

TSDL_Surface

Declaration

Source position: libsdl2.pas line 958

type TSDL_Surface = record

  flags: UInt32;

  

  format: PSDL_PixelFormat;

  

  w: SInt32;

  

  h: SInt32;

  

  pitch: SInt32;

  

  pixels: Pointer;

  

  userdata: Pointer;

  

  locked: SInt32;

  

  lock_data: Pointer;

  

  clip_rect: PSDL_Rect;

  

  map: Pointer;

  

  refcount: SInt32;

  

end;



CT Web help

CodeTyphon Studio