Below is a complete list of the functions available in AutoIt. Click on a function name for a detailed description.
Function | 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 the cursor ID Number for the current Mouse Cursor. |
MouseGetPos | Retrieves the current 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. |