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

    Status: Open => Answered

RaiMan proposed the following answer:
You have to simulate the mouse actions a user is doing with the mouse
features.

Locations on the screen, where to click or move the mouse to, have to be
calculated in this case.

in meta code:
- activate the ellipse drawing
- start: calculate where to start drawing (top left corner of surrounding 
rectangle having the given center - gives some trigonometric evaluation)
- end: same way calculate the bottom right endpoint, to get the circle in the 
wanted size 
- move mouse to start point
- press and hold left mouse button together with shift
- move mouse to end point
- release mouse and key

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