cohtml::TextInput::Range

Denotes a text range.

#include <View.h>

Public Attributes

Name
unsignedStart
The start position of the range.
unsignedEnd
The end position of the range.

Public Attributes Documentation

variable Start

unsigned Start;

The start position of the range.

variable End

unsigned End;

The end position of the range.