![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include "Common.hpp"#include "String.hpp"#include "Array.hpp"#include "PointVector.hpp"#include "ColorHSV.hpp"#include "UnderlineStyle.hpp"#include "TextInputMode.hpp"Namespaces | |
| s3d | |
| s3d::TextInput | |
Functions | |
| String | s3d::TextInput::GetRawInput () |
| キーボードからのテキスト入力を生の状態で返します。 More... | |
| size_t | s3d::TextInput::UpdateText (String &text, size_t cursorPos, TextInputMode mode=TextInputMode::Default) |
| キーボードからのテキスト入力を処理します。 More... | |
| void | s3d::TextInput::UpdateText (String &text, TextInputMode mode=TextInputMode::Default) |
| キーボードからのテキスト入力を処理します。 More... | |
| String | s3d::TextInput::GetEditingText () |
| 変換待ちのテキストを返します。 More... | |