Fork me on GitHub

AndroidKeyboard.

AsString(KeyCode) Method

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.