![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include "Common.hpp"
#include "StringView.hpp"
#include "MessageBoxResult.hpp"
#include "MessageBoxStyle.hpp"
Namespaces | |
s3d | |
s3d::System | |
Functions | |
MessageBoxResult | s3d::System::MessageBoxOK (StringView text, MessageBoxStyle style=MessageBoxStyle::Default) |
「OK」ボタンを持つメッセージボックスを表示する。 More... | |
MessageBoxResult | s3d::System::MessageBoxOK (StringView title, StringView text, MessageBoxStyle style=MessageBoxStyle::Default) |
「OK」ボタンを持つメッセージボックスを表示する。 More... | |
MessageBoxResult | s3d::System::MessageBoxOKCancel (StringView text, MessageBoxStyle style=MessageBoxStyle::Default) |
「OK」「キャンセル」ボタンを持つメッセージボックスを表示する。 More... | |
MessageBoxResult | s3d::System::MessageBoxOKCancel (StringView title, StringView text, MessageBoxStyle style=MessageBoxStyle::Default) |
「OK」「キャンセル」ボタンを持つメッセージボックスを表示する。 More... | |
MessageBoxResult | s3d::System::MessageBoxYesNo (StringView text, MessageBoxStyle style=MessageBoxStyle::Default) |
「はい」「いいえ」ボタンを持つメッセージボックスを表示する。 More... | |
MessageBoxResult | s3d::System::MessageBoxYesNo (StringView title, StringView text, MessageBoxStyle style=MessageBoxStyle::Default) |
「はい」「いいえ」ボタンを持つメッセージボックスを表示する。 More... | |