[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Mouse event simulator [Property] Delay=Sets the pause in milliseconds before simulate inputs. ARG(int)|1|0 HScrollAmount=Sets the horizontal amount to scroll in clicks. A positive value indicates that the wheel was rotated to the right; a negative value indicates that the wheel was rotated to the left. ARG(int)|1|0 VScrollAmount=Sets the vertical amount to scroll in clicks. A positive value indicates that the wheel was rotated forward, away from the user; a negative value indicates that the wheel was rotated backward, toward the user. ARG(int)|1|0 [Methods] *doLeftClick=Simulates a mouse left-click gesture. ARG(int Delay)|1|0 *doLeftDoubleClick=Simulates a mouse left button double-click gesture. ARG(int Delay)|1|0 *doLeftDown=Simulates a mouse left button down gesture. ARG(int Delay)|1|0 *doLeftUp=Simulates a mouse left button up gesture. ARG(int Delay)|1|0 *doRightClick=Simulates a mouse right-click gesture. ARG(int Delay)|1|0 *doRightDoubleClick=Simulates a mouse right button double-click gesture. ARG(int Delay)|1|0 *doRightDown=Simulates a mouse right button down gesture. ARG(int Delay)|1|0 *doRightUp=Simulates a mouse right button up gesture. ARG(int Delay)|1|0 *doXButtonClick=Simulates a mouse X button click gesture. ARG(int Delay)|1|0 *doXButtonDoubleClick=Simulates a mouse X button double-click gesture. ARG(int Delay)|1|0 *doXButtonDownClick=Simulates a mouse X button down gesture. ARG(int Delay)|1|0 *doXButtonUpClick=Simulates a mouse X button up gesture. ARG(int Delay)|1|0 *doMoveTo=Simulates mouse movement to the specified location. ARG(int x, int y, int Delay)|1|0 *doMoveBy=Simulates mouse movement by the specified distance measured as a delta from the current mouse location in pixels. ARG(int deltaX, int deltaY, int Delay)|1|0 *doHorizontalScroll=Simulates a mouse horizontal wheel scroll gesture. Supported by Windows Vista and later. ARG(int hscrollamount, int Delay)|1|0 *doVerticalScroll=Simulates a mouse vertical wheel scroll gesture. Supported by Windows Vista and later. ARG(int vscrollamount, int delay)|1|0 *Delay=Defines the pause in milliseconds before simulate inputs. ARG(int)|4|1 *HScrollAmount=Defines the horizontal amount to scroll in clicks. ARG(int)|4|1 *VScrollAmount=Defines the vertical amount to scroll in clicks. ARG(int)|4|1 *X=Define the X-coordinate on the display device. ARG(int)|4|1 *Y=Define the Y-coordinate on the display device. ARG(int)|4|1 *DeltaX=Define the distance in pixels to move the mouse horizontally. ARG(int)|4|1 *DeltaY=Define the distance in pixels to move the mouse vertically. ARG(int)|4|1