- 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.