
Allows you to automate a jiggling cursor action.
Example

Running this code will set a jiggling cursor action after 5 seconds.
wait(5)
plugin command("Desktop Automation.dll", "mouse jiggle")
Allows you to automate a jiggling cursor action.
Running this code will set a jiggling cursor action after 5 seconds.
wait(5)
plugin command("Desktop Automation.dll", "mouse jiggle")
Was this helpful?