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

Return value for message box / dialog interactions. 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::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...

Detailed Description

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.

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