bindbc.sdl.bind.sdlmessagebox

Undocumented in source.

Members

Aliases

pSDL_ShowMessageBox
alias pSDL_ShowMessageBox = int function(const(SDL_MessageBoxData)*, int*)
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, const(char)*, const(char)*, SDL_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.
SDL_MessageBoxFlags
enum SDL_MessageBoxFlags
Undocumented in source.

Functions

SDL_ShowMessageBox
int SDL_ShowMessageBox(const(SDL_MessageBoxData)* , int* )
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 , const(char)* , const(char)* , SDL_Window* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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