system.gui.getScreens
Syntax
system.gui.getScreens()
Parameters
none
Returns
PySequence - A sequence of tuples of the form (index, width, height) for each screen device available.
Scope
Client