Methods
From AutoIt X
Mouse Control methods Reference
Below is a complete list of the methods available in AutoItX. Click on a method name for a detailed description.
| Method | Description |
|---|---|
| MouseClick | Perform a mouse click operation |
| MouseClickDrag | Perform a mouse click and drag operation |
| MouseDown | Perform a mouse down event at the current mouse position |
| MouseGetCursor | Returns a cursor ID Number of the current Mouse Cursor |
| MouseGetPosX | Retrieves the current X position of the mouse cursor |
| MouseGetPosY | Retrieves the current Y position of the mouse cursor |
| MouseMove | Moves the mouse pointer |
| MouseUp | Perform a mouse up event at the current mouse position |
| MouseWheel | Moves the mouse wheel up or down. XP ONLY |