Summary
Translates KeyCode to string representation.
For example, Key_ENTER will be "Enter" - Locale
specific of course.
- Namespace
- SharpInputSystem
.Android - Containing Type
- AndroidKeyboard
Syntax
public override string AsString(KeyCode key)
Parameters
| Name | Type | Description |
|---|---|---|
| key | KeyCode | The KeyCode to convert. |
Return Value
| Type | Description |
|---|---|
| string | The string as determined from the current locale. |