![]() |
ToyGine2 26.2.0
Game Engine for retro consoles
|
Return value for message box / dialog interactions. 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::MessageBoxReturn { toy::platform::ui::Ok , toy::platform::ui::Cancel , toy::platform::ui::Abort , toy::platform::ui::Retry , toy::platform::ui::Ignore , toy::platform::ui::Yes , toy::platform::ui::No , toy::platform::ui::Close , toy::platform::ui::Help , toy::platform::ui::TryAgain , toy::platform::ui::Continue } |
| User choice when dismissing a message box or dialog. More... | |
Return value for message box / dialog interactions.
Defines toy::platform::ui::MessageBoxReturn: which button or action the user chose when dismissing a message box. Used by platform UI APIs that show dialogs.