MouseMoveEvent Constructor C# API
Create a new MouseMoveEvent

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

public MouseMoveEvent(
	int buttonState,
	int modifierState,
	int XPos,
	int YPos
)

Parameters

buttonState
Type: System Int32
Describes which mosue buttons are pressed
modifierState
Type: System Int32
Describes which modifier keys have been pressed
XPos
Type: System Int32
The x coordinate of the mouse
YPos
Type: System Int32
The y coordinate of the mouse
See Also