TextInputEvent Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Input event used for text input and IME related events
Derived from TextInputEvent:
public class TextInputEvent : InputEvent, IInputEventArgs
Name | Description | |
---|---|---|
Fields | ||
CompositionLength | Length of the current part of the composition being edited |
|
CompositionStart | Start of the current composition being edited |
|
Text | The text that was entered |
|
Type | The type of text input event |
|
Methods | ||
ToString() |
Fields
CompositionLength
Length of the current part of the composition being edited
public int CompositionLength
Field Value
Type | Description |
---|---|
System.Int32 |
CompositionStart
Start of the current composition being edited
public int CompositionStart
Field Value
Type | Description |
---|---|
System.Int32 |
Text
The text that was entered
public string Text
Field Value
Type | Description |
---|---|
System.String |
Type
The type of text input event
public TextInputEventType Type
Field Value
Type | Description |
---|---|
TextInputEventType |
Methods
ToString()
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()