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

TSDL_MessageBoxData

Declaration

Source position: libsdl2.pas line 1469

type TSDL_MessageBoxData = record

  flags: UInt32;

  

  window: PSDL_Window;

  

  title: PAnsiChar;

  

  _message: PAnsiChar;

  

  numbuttons: Integer;

  

  buttons: PSDL_MessageBoxButtonData;

  

  colorScheme: PSDL_MessageBoxColorScheme;

  

end;



CT Web help

CodeTyphon Studio