← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #709291]: Documentation of "Use()" command

 

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.