World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
Individual button data. Подробнее...
#include <SDL_messagebox.h>
Открытые атрибуты | |
Uint32 | flags |
int | buttonid |
const char * | text |
Individual button data.
См. определение в файле SDL_messagebox.h строка 58
Uint32 SDL_MessageBoxButtonData::flags |
См. определение в файле SDL_messagebox.h строка 60
int SDL_MessageBoxButtonData::buttonid |
User defined button id (value returned via SDL_ShowMessageBox)
См. определение в файле SDL_messagebox.h строка 61
const char* SDL_MessageBoxButtonData::text |
The UTF-8 button text
См. определение в файле SDL_messagebox.h строка 62