cohtml::TextInput

Classes

Name
structcohtml::TextInput::Range
Denotes a text range.
structcohtml::TextInput::Rectangle
structcohtml::TextInput::Selection
Holds the information about a text selection.

Types

Name
enumDirection { None, Forward, Backward}
Enum containing the possible text selection directions.

Types Documentation

enum Direction

EnumeratorValueDescription
NoneThe default selection direction.
ForwardForward direction, the caret should be at the end of the selection.
BackwardBackward direction, the caret should be at the beginning of the selection.

Enum containing the possible text selection directions.