bindbc.sdl.bind.sdlmessagebox

Undocumented in source.

Members

Aliases

SDL_MessageBoxFlags
alias SDL_MessageBoxFlags = int
Undocumented in source.
pSDL_ShowMessageBox
alias pSDL_ShowMessageBox = int function(const(SDL_MessageBoxData)* messageboxdata, int* buttonid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_ShowSimpleMessageBox
alias pSDL_ShowSimpleMessageBox = int function(uint flags, const(char)* title, const(char)* messsage, SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_MessageBoxButtonFlags
enum SDL_MessageBoxButtonFlags
Undocumented in source.
SDL_MessageBoxColorType
enum SDL_MessageBoxColorType
Undocumented in source.

Functions

SDL_ShowMessageBox
int SDL_ShowMessageBox(const(SDL_MessageBoxData)* messageboxdata, int* buttonid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_ShowSimpleMessageBox
int SDL_ShowSimpleMessageBox(uint flags, const(char)* title, const(char)* messsage, SDL_Window* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT
enum SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT;
Undocumented in source.
SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT
enum SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT;
Undocumented in source.
SDL_MESSAGEBOX_ERROR
enum SDL_MESSAGEBOX_ERROR;
Undocumented in source.
SDL_MESSAGEBOX_INFORMATION
enum SDL_MESSAGEBOX_INFORMATION;
Undocumented in source.
SDL_MESSAGEBOX_WARNING
enum SDL_MESSAGEBOX_WARNING;
Undocumented in source.

Static variables

SDL_ShowMessageBox
pSDL_ShowMessageBox SDL_ShowMessageBox;
Undocumented in source.
SDL_ShowSimpleMessageBox
pSDL_ShowSimpleMessageBox SDL_ShowSimpleMessageBox;
Undocumented in source.

Structs

SDL_MessageBoxButtonData
struct SDL_MessageBoxButtonData
Undocumented in source.
SDL_MessageBoxColor
struct SDL_MessageBoxColor
Undocumented in source.
SDL_MessageBoxColorScheme
struct SDL_MessageBoxColorScheme
Undocumented in source.
SDL_MessageBoxData
struct SDL_MessageBoxData
Undocumented in source.

Meta