sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #03387
Re: [Question #161693]: How to use DragDrop function in java
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.