Class TextInputData
Contains text input information from the input manager.
Inheritance
System.Object
TextInputData
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class TextInputData : ValueType
Fields
Backspace
Was backspace pressed (need to remove a character).
Declaration
public bool Backspace
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Copy
Was copy command issued (ctrl+c).
Declaration
public bool Copy
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Delete
Was delete pressed (need to delete a character).
Declaration
public bool Delete
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Down
Was down pressed.
Declaration
public bool Down
Field Value
| Type | Description |
|---|---|
| System.Boolean |
End
Was End pressed.
Declaration
public bool End
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Home
Was Home pressed.
Declaration
public bool Home
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Insert
Was Insert pressed.
Declaration
public bool Insert
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Left
Was left pressed.
Declaration
public bool Left
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Paste
Was paste command issued (ctrl+v).
Declaration
public bool Paste
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Right
Was right pressed.
Declaration
public bool Right
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Tab
Was tab pressed.
Declaration
public bool Tab
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Text
New characters entered this frame.
Declaration
public string Text
Field Value
| Type | Description |
|---|---|
| System.String |
Up
Was up pressed.
Declaration
public bool Up
Field Value
| Type | Description |
|---|---|
| System.Boolean |