Fork me on GitHub

SWFKeyboard.

AsString(KeyCode) Method

Summary

Translates KeyCode to string representation. For example, Key_ENTER will be "Enter" - Locale specific of course.
Namespace
SharpInputSystem.SWF
Containing Type
SWFKeyboard

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.