struct TextInputEvent

Event that gets sent out when user inputs some text.

These events may be preceeded by normal button events if user is typing on a keyboard.

Public

Fields

TextChar

u32 TextChar

Character the that was input.

IsUsed

bool IsUsed

This will be set to true if some previous event receiver has marked the event as used.