Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

TSDL_Surface

Declaration

Source position: sdl.pas line 2029

type TSDL_Surface = record

  flags: UInt32;

  format: PSDL_PixelFormat;

  w: Integer;

  h: Integer;

  pitch: UInt16;

  pixels: Pointer;

  offset: Integer;

  hwdata: Pointer;

  clip_rect: TSDL_Rect;

  unused1: UInt32;

  locked: UInt32;

  Blitmap: Pointer;

  format_version: Cardinal;

  refcount: Integer;

end;


Documentation generated on: 2023-03-18