![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Button set configuration for message boxes / dialogs. More...
Go to the source code of this file.
Namespaces | |
| namespace | toy |
| Root namespace containing all engine modules. | |
| namespace | toy::platform |
| namespace | toy::platform::ui |
| Platform UI: orientation, window show state, window style flags, message box (icon, buttons, return value). | |
Enumerations | |
| enum class | toy::platform::ui::MessageBoxButtons { toy::platform::ui::Ok , toy::platform::ui::OkCancel , toy::platform::ui::AbortRetryIgnore , toy::platform::ui::YesNoCancel , toy::platform::ui::YesNo , toy::platform::ui::RetryCancel , toy::platform::ui::CancelTryContinue , toy::platform::ui::OkHelp } |
| Which buttons to show on a message box or dialog. More... | |
Button set configuration for message boxes / dialogs.
Defines toy::platform::ui::MessageBoxButtons: which combination of buttons to show (e.g. OK only, OK/Cancel, Yes/No). The user’s choice is reported as toy::platform::ui::MessageBoxReturn. Used by platform UI APIs that show dialogs.