22#ifndef SDL_messagebox_h_
23#define SDL_messagebox_h_
@ SDL_MESSAGEBOX_COLOR_MAX
@ SDL_MESSAGEBOX_COLOR_BUTTON_BACKGROUND
@ SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED
@ SDL_MESSAGEBOX_COLOR_BACKGROUND
@ SDL_MESSAGEBOX_COLOR_TEXT
@ SDL_MESSAGEBOX_COLOR_BUTTON_BORDER
int SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
Create a modal message box.
SDL_MessageBoxFlags
SDL_MessageBox flags. If supported will display warning icon, etc.
@ SDL_MESSAGEBOX_INFORMATION
int SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window)
Create a simple modal message box.
SDL_MessageBoxButtonFlags
Flags for SDL_MessageBoxButtonData.
@ SDL_MESSAGEBOX_BUTTON_RETURNKEY_DEFAULT
@ SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT
GLdouble GLdouble GLdouble r
GLuint GLsizei const GLchar * message
EGLSurface EGLNativeWindowType * window
RGB value used in a message box color scheme.
A set of colors to use for message box dialogs.
MessageBox structure containing title, text, window, etc.
const SDL_MessageBoxColorScheme * colorScheme
const SDL_MessageBoxButtonData * buttons
The type used to identify a window.