Click or drag to resize
IMyInputIsKeyPress Method

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

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

Namespace: VRage.ModAPI
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
bool IsKeyPress(
	MyKeys key
)

Parameters

key
Type: VRage.InputMyKeys

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

Return Value

Type: Boolean

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

See Also