Click or drag to resize
IMyInputGetPressedKeys Method

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

[Missing <summary> documentation for "M:VRage.Input.IMyInput.GetPressedKeys(System.Collections.Generic.List{VRage.Input.MyKeys})"]

Namespace: VRage.Input
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
void GetPressedKeys(
	List<MyKeys> keys
)

Parameters

keys
Type: System.Collections.GenericListMyKeys

[Missing <param name="keys"/> documentation for "M:VRage.Input.IMyInput.GetPressedKeys(System.Collections.Generic.List{VRage.Input.MyKeys})"]

See Also