1.26.2.1
Gameface
cohtml::TextInput::Range Struct Reference

Denotes a text range. More...

Public Attributes

unsigned Start
 The start position of the range. More...
 
unsigned End
 The end position of the range. More...
 

Detailed Description

Denotes a text range.

Member Data Documentation

◆ End

unsigned cohtml::TextInput::Range::End

The end position of the range.

◆ Start

unsigned cohtml::TextInput::Range::Start

The start position of the range.