|
arsa
2.7
|
Individual button data. More...
#include <SDL_messagebox.h>
Public Attributes | |
| Uint32 | flags |
| int | buttonid |
| const char * | text |
Individual button data.
Definition at line 58 of file SDL_messagebox.h.
| int SDL_MessageBoxButtonData::buttonid |
User defined button id (value returned via SDL_ShowMessageBox)
Definition at line 61 of file SDL_messagebox.h.
| Uint32 SDL_MessageBoxButtonData::flags |
Definition at line 60 of file SDL_messagebox.h.
| const char* SDL_MessageBoxButtonData::text |
The UTF-8 button text
Definition at line 62 of file SDL_messagebox.h.
1.8.15