![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
Functions | |
| String | GetRawInput () |
| キーボードからのテキスト入力を生の状態で返します。 More... | |
| size_t | UpdateText (String &text, size_t cursorPos, TextInputMode mode=TextInputMode::Default) |
| キーボードからのテキスト入力を処理します。 More... | |
| void | UpdateText (String &text, TextInputMode mode=TextInputMode::Default) |
| キーボードからのテキスト入力を処理します。 More... | |
| String | GetEditingText () |
| 変換待ちのテキストを返します。 More... | |
| String s3d::TextInput::GetEditingText | ( | ) |
変換待ちのテキストを返します。
| String s3d::TextInput::GetRawInput | ( | ) |
キーボードからのテキスト入力を生の状態で返します。
| size_t s3d::TextInput::UpdateText | ( | String & | text, |
| size_t | cursorPos, | ||
| TextInputMode | mode = TextInputMode::Default |
||
| ) |
キーボードからのテキスト入力を処理します。
| text | 操作するテキストへの参照 |
| cursorPos | テキストを操作するカーソルの位置(文字列の先頭からの要素数) |
| mode | テキスト編集モード |
| void s3d::TextInput::UpdateText | ( | String & | text, |
| TextInputMode | mode = TextInputMode::Default |
||
| ) |
キーボードからのテキスト入力を処理します。
| text | 操作するテキストへの参照 |
| mode | テキスト編集モード |