Struct TextInputEvent
Contains information about a text input event.
public struct TextInputEvent : IWindowEvent
- Implements
- Inherited Members
Constructors
TextInputEvent(string)
Creates a new TextInputEvent.
public TextInputEvent(string text)
Parameters
text
stringThe text contained in this event.
Fields
Text
The text contained in this event.
public readonly string Text
Field Value
- string
- Contains information about a text input event.
Properties
EventType
The WindowEventType of this event.
public WindowEventType EventType { get; }
Property Value
- WindowEventType
- Contains information about a text input event.