cohtml::TextInput
On this page
Classes
Name | |
---|---|
struct | cohtml::TextInput::Range Denotes a text range. |
struct | cohtml::TextInput::Rectangle |
struct | cohtml::TextInput::Selection Holds the information about a text selection. |
Types
Name | |
---|---|
enum | Direction { None, Forward, Backward} Enum containing the possible text selection directions. |
Types Documentation
enum Direction
Enumerator | Value | Description |
---|---|---|
None | The default selection direction. | |
Forward | Forward direction, the caret should be at the end of the selection. | |
Backward | Backward direction, the caret should be at the beginning of the selection. |
Enum containing the possible text selection directions.