CitrixVirtualUser MouseMove Method (Int32, Int32, Int32, Int32)C# API
Move the mouse cursor directly to a point on the screen.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public void MouseMove(
	int buttonId,
	int modifiers,
	int xPos,
	int yPos
)

Parameters

buttonId
Type: System Int32
The mouse button to press
modifiers
Type: System Int32
Any key modifiers to apply
xPos
Type: System Int32
the X position to move to
yPos
Type: System Int32
the Y position to move to
See Also