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

TSDL_Window

Declaration

Source position: libsdl2.pas line 1129

type TSDL_Window = record

  magic: Pointer;

  

  id: UInt32;

  

  title: PAnsiChar;

  

  icon: PSDL_Surface;

  

  x: SInt32;

  

  y: SInt32;

  

  w: SInt32;

  

  h: SInt32;

  

  min_w: SInt32;

  

  min_h: SInt32;

  

  max_w: SInt32;

  

  max_h: SInt32;

  

  flags: UInt32;

  

  last_fullscreen_flags: UInt32;

  

  windowed: TSDL_Rect;

  

  fullscreen_mode: TSDL_DisplayMode;

  

  brightness: Float;

  

  gamma: PUInt16;

  

  saved_gamma: PUInt16;

  

  surface: PSDL_Surface;

  

  surface_valid: TSDL_Bool;

  

  shaper: PSDL_WindowShaper;

  

  data: PSDL_WindowUserData;

  

  driverdata: Pointer;

  

  prev: PSDL_Window;

  

  next: PSDL_Window;

  

end;



CT Web help

CodeTyphon Studio