Click or drag to resize
IMyInputSetMousePosition Method

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

[Missing <summary> documentation for "M:VRage.Input.IMyInput.SetMousePosition(System.Int32,System.Int32)"]

Namespace: VRage.Input
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
void SetMousePosition(
	int x,
	int y
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:VRage.Input.IMyInput.SetMousePosition(System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:VRage.Input.IMyInput.SetMousePosition(System.Int32,System.Int32)"]

See Also