DRAFT |
SDL_MessageBoxButtonData
A structure that contains individual button data for a message box.
Contents
Data Fields
Uint32 |
flags |
one of the values from SDL_MessageBoxButtonFlags |
int |
buttonid |
user defined button id (value returned via SDL_ShowMessageBox()) |
const char* |
text |
the UTF-8 button text |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Enumerations
Related Structures