Event.TextEditEvent

Keyboard text editing event structure

struct Event
static
struct TextEditEvent {}

Members

Variables

length
ushort length;

< The length of selected editing text

start
short start;

< The start cursor of selected editing text

text
char[TextSize] text;

< The editing text

Meta