cohtml::TextInput::Selection
Holds the information about a text selection.
#include <View.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| Range | SelectionRange The start and end positions of the selection. |
| Direction | SelectionDirection The direction of the selection, which shows on which end does the caret go. |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable SelectionRange
Section titled “variable SelectionRange”Range SelectionRange;The start and end positions of the selection.
variable SelectionDirection
Section titled “variable SelectionDirection”Direction SelectionDirection;The direction of the selection, which shows on which end does the caret go.
© 2026 Coherent Labs. All rights reserved.