22 #ifndef _SDL_messagebox_h
23 #define _SDL_messagebox_h
GLsizei GLenum GLuint GLuint GLsizei GLchar * message
RGB value used in a message box color scheme.
uint32_t Uint32
An unsigned 32-bit integer type.
const SDL_MessageBoxButtonData * buttons
MessageBox structure containing title, text, window, etc.
DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window)
Create a simple modal message box.
GLenum GLsizei GLsizei GLsizei GLsizei GLbitfield flags
uint8_t Uint8
An unsigned 8-bit integer type.
GLdouble GLdouble GLdouble b
const SDL_MessageBoxColorScheme * colorScheme
SDL_MessageBoxButtonFlags
Flags for SDL_MessageBoxButtonData.
DECLSPEC int SDLCALL 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.
A set of colors to use for message box dialogs.