1.26.2.1
Gameface
cohtml::TextInput::Selection Struct Reference

Holds the information about a text selection. More...

Public Attributes

Range SelectionRange
 The start and end positions of the selection. More...
 
Direction SelectionDirection
 The direction of the selection, which shows on which end does the caret go. More...
 

Detailed Description

Holds the information about a text selection.

Member Data Documentation

◆ SelectionDirection

Direction cohtml::TextInput::Selection::SelectionDirection

The direction of the selection, which shows on which end does the caret go.

◆ SelectionRange

Range cohtml::TextInput::Selection::SelectionRange

The start and end positions of the selection.