Click or drag to resize

APIMoveCursor Method

Moves cursor to specified X/Y coordinates.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public void MoveCursor(
	int X,
	int Y
)

Parameters

X
Type: SystemInt32

[Missing <param name="X"/> documentation for "M:AppRobotic.API.MoveCursor(System.Int32,System.Int32)"]

Y
Type: SystemInt32

[Missing <param name="Y"/> documentation for "M:AppRobotic.API.MoveCursor(System.Int32,System.Int32)"]

See Also