Table of Contents

Class TextInputEvent

Namespace
Stride.Input
Assembly
Stride.Input.dll

Input event used for text input and IME related events

public class TextInputEvent : InputEvent, IInputEventArgs
Inheritance
TextInputEvent
Implements
Inherited Members

Fields

CompositionLength

Length of the current part of the composition being edited

public int CompositionLength

Field Value

int

CompositionStart

Start of the current composition being edited

public int CompositionStart

Field Value

int

Text

The text that was entered

public string Text

Field Value

string

Type

The type of text input event

public TextInputEventType Type

Field Value

TextInputEventType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.