TextCommandEvent

Defines text editing command events that could happen during a text input.

Members

Variables

amount
int amount;

Amount of the event + direction, if applicable.

flags
uint flags;

Extra flags for text edit events.

type
TextCommandType type;

The type of the text editing event.

Meta