sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42549
[Question #634207]: Change variable in onChange
New question #634207 on Sikuli:
https://answers.launchpad.net/sikuli/+question/634207
I have a loop running while at the same time observing a region on my screen:
def changed(event):
restart=True
restart=False
region.onChange(100, changed)
region.observe(background=True)
while True:
if restart:
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.