Question #199845 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/199845

    Status: Open => Answered

RaiMan proposed the following answer:
click cannot be "accelerated" using wait().

Settings.MoveMouseDelay only specifies the time, that the mouse cursor
uses to move from the current mouse location to the target location (the
click target).

wait(time) just pauses the script for the specified time, e.g. to give a
GUI some time to react after a click().

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to