Move the mouse cursor.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
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
See Also