InputHelper.UpdateCursorPosition Method

GeonBit.UI

InputHelperUpdateCursorPosition 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 UpdateCursorPosition(
	Vector2 pos
)

Parameters

pos
Type: Vector2
New mouse position.
See Also