Click or drag to resize
DefaultInputProviderUpdateMousePosition Method
Move the cursor to be at the center of the screen.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void UpdateMousePosition(
	Vector2 pos
)

Parameters

pos
Type: Vector2
New mouse position.

Implements

IMouseInputUpdateMousePosition(Vector2)
See Also