Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_MessageBoxButtonData Struct Reference
Individual button data. More...
#include <SDL_messagebox.h>
Data Fields | |
Uint32 | flags |
SDL_MessageBoxButtonFlags | |
int | buttonid |
User defined button id (value returned via SDL_ShowMessageBox) | |
const char * | text |
The UTF-8 button text. |
Detailed Description
Individual button data.
Definition at line 56 of file SDL_messagebox.h.
Field Documentation
int buttonid |
User defined button id (value returned via SDL_ShowMessageBox)
Definition at line 59 of file SDL_messagebox.h.
SDL_MessageBoxButtonFlags
Definition at line 58 of file SDL_messagebox.h.
const char* text |
The UTF-8 button text.
Definition at line 60 of file SDL_messagebox.h.
Generated on Tue Jul 12 2022 13:56:26 by
