Question #161693 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/161693
Status: Open => Answered
RaiMan proposed the following answer:
-- at 1:
you are right --- sometimes I really hate these inconsistencies between Jython
and Java API.
use Region.hover() instead.
-- at 2:
same as with 1 ---- arghhhh!!!
this is from Button.py:
from java.awt.event import InputEvent
class Button:
LEFT = InputEvent.BUTTON1_MASK
MIDDLE = InputEvent.BUTTON2_MASK
RIGHT = InputEvent.BUTTON3_MASK
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