CitrixVirtualUserScript MouseMove Method (MouseButton, KeyModifier, Int32, Int32, Int32)C# API
Move the mouse cursor.

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

[ObsoleteAttribute]
public void MouseMove(
	MouseButton buttonId,
	KeyModifier modifiers,
	int xPos,
	int yPos,
	int pause
)

Parameters

buttonId
Type: Facilita.Fc.Citrix MouseButton
The mouse button to press
modifiers
Type: Facilita.Fc.Citrix KeyModifier
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
pause
Type: System Int32
obsolete, does nothing
Remarks

You can adjust the speed at which the mouse moves by altering the DefaultWorkInterval
See Also