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

RaiMan requested more information:
might be, that in your configuration
Screen(1) is the primary and Screen(0) the secondary.

so if they have different dims:
print Screen(0)
print Screen(1)

and you might try
hover(Screen(0))
hover(Screen(1))

which should move the mouse to the center of the respective screen

-- 
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