← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #270173]: Any method to send mouse event(like win32gui.SendMessage) without mouse action

 

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

rob barlow posted a new comment:
reg = selectRegion()
#
while True:
    reg.mouseDown(Button.LEFT)
    mouseUp()
    wait(3)

I tried doing the same but it only clicks in the region if the mouse was
in reg. Otherwise it click where the mouse pointer was.

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