SDL_MessageBoxData

MessageBox structure containing title, text, window, etc.

Members

Variables

buttons
const(SDL_MessageBoxButtonData)* buttons;

Array of window buttons

colorScheme
const(SDL_MessageBoxColorScheme)* colorScheme;

SDL_MessageBoxColorScheme, can be NULL to use system settings

flags
SDL_MessageBoxFlags flags;

Flags

message
const(char)* message;

UTF-8 message text

numbuttons
int numbuttons;

Number of window buttons

title
const(char)* title;

UTF-8 title

window
SDL_Window* window;

Parent window, can be NULL

Meta