22 #ifndef _SDL_messagebox_h 23 #define _SDL_messagebox_h
int SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window)
Create a simple modal message box.
uint32_t Uint32
An unsigned 32-bit integer type.
GLuint GLsizei const GLchar * message
RGB value used in a message box color scheme.
int SDL_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
Create a modal message box.
uint8_t Uint8
An unsigned 8-bit integer type.
const SDL_MessageBoxButtonData * buttons
MessageBox structure containing title, text, window, etc.
The type used to identify a window.
const SDL_MessageBoxColorScheme * colorScheme
SDL_MessageBoxButtonFlags
Flags for SDL_MessageBoxButtonData.
GLboolean GLboolean GLboolean b
SDL_MessageBoxFlags
SDL_MessageBox flags. If supported will display warning icon, etc.
A set of colors to use for message box dialogs.