Tesla Graphics Engine Documentation (January 2012)
SetPosition Method (x, y)
TeslaTesla.InputMouseSetPosition(Int32, Int32)
Sets the position of the mouse cursor in the client window.
Declaration Syntax
C#
public static void SetPosition(
	int x,
	int y
)
Parameters
x (Int32)
X coordinate
y (Int32)
Y coordinate
Exceptions
Exception Condition
TeslaException Thrown if an IMouseProvider is not a registered service.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)