Click or drag to resize
IMyInputGetListOfPressedMouseButtons Method

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

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

Namespace: VRage.ModAPI
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
void GetListOfPressedMouseButtons(
	List<MyMouseButtonsEnum> result
)

Parameters

result
Type: System.Collections.GenericListMyMouseButtonsEnum

[Missing <param name="result"/> documentation for "M:VRage.ModAPI.IMyInput.GetListOfPressedMouseButtons(System.Collections.Generic.List{VRage.Input.MyMouseButtonsEnum})"]

See Also