Question #709291 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709291

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry for the delay.

No such feature, but this might help to make your own function:

showMonitors()
s0 = use()
print SCREEN.getID()
s1 = use(Screen(1))
print SCREEN.getID()

SCREEN always is the current default Screen object and getID() returns
ist current monitor ID.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

_______________________________________________
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