ToyGine2 26.2.0
Game Engine for retro consoles
Loading...
Searching...
No Matches
message_box_buttons.hpp File Reference

Button set configuration for message boxes / dialogs. More...

This graph shows which files directly or indirectly include this file:

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...

Detailed Description

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.

Note
Included by platform/ui.hpp; do not include this file directly.