Click or drag to resize
IMyInputGetKeyName Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Input.IMyInput.GetKeyName(VRage.Input.MyKeys)"]

Namespace: VRage.Input
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
string GetKeyName(
	MyKeys key
)

Parameters

key
Type: VRage.InputMyKeys

[Missing <param name="key"/> documentation for "M:VRage.Input.IMyInput.GetKeyName(VRage.Input.MyKeys)"]

Return Value

Type: String

[Missing <returns> documentation for "M:VRage.Input.IMyInput.GetKeyName(VRage.Input.MyKeys)"]

See Also