1.26.2.1
Gameface
cohtml::TextInput Namespace Reference

Classes

struct  Range
 Denotes a text range. More...
 
struct  Rectangle
 
struct  Selection
 Holds the information about a text selection. More...
 

Enumerations

enum  Direction { None, Forward, Backward }
 Enum containing the possible text selection directions. More...
 

Enumeration Type Documentation

◆ Direction

Enum containing the possible text selection directions.

Enumerator
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 begining of the selection.