
Allows you to move the cursor in an application to a specified position.
Example

Running this code will move the cursor on the application "Untitled - Notepad" to the following properties:
- Position X: 623
- Position Y: 372
- Human: True
- Step: 100
plugin command("Desktop Automation.dll", "mouse move", "Untitled - Notepad", "", 623, 372, "True", 100)