Open
Description
Is there any way to interrupt an automation? For example, if I am automating mouse movement with robotgo.MoveMouseSmooth(...)
, robotgo will obviously take over my mouse until it is done.
I have a hotkey system implemented in my program where I would like to be able to "pause" or "stop" the automation if a user presses a certain key combination, so that the automation stops and the user will have full control over their mouse again.
I've looked over the docs and couldn't seem to find anything of the sorts.
Activity