DRAFT |
SDL_MessageBoxFlags
An enumeration of message box flags (e.g. if supported message box will display warning icon).
Values
SDL_MESSAGEBOX_ERROR |
error dialog |
SDL_MESSAGEBOX_WARNING |
warning dialog |
SDL_MESSAGEBOX_INFORMATION |
informational dialog |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Structures