CitrixVirtualUserScript MouseDown Method (Int32, Int32, Int32, Int32)C# API
Press down a mouse button.

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

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

Parameters

buttonId
Type: System Int32
The ID of the mouse button that is clicked.
modifiers
Type: System Int32
Any key modifiers to apply.
xPos
Type: System Int32
The x co-ordinate of the mouse cursor.
yPos
Type: System Int32
The y co-ordinate of the mouse cursor.
Remarks

Depresses a mouse button at the specified co-ordinates.
See Also

CitrixVirtualUserScriptMouseUp(MouseButton, KeyModifier, Int32, Int32)