Closed vorg closed 10 years ago
Export Screen object with list function returning array of available screens:
Screen
list
plask.Screen.list(); //[ { id: 0, width: 1440, height: 900, highdpi: 2 } ]
d727b5c3aedc7e104da122ba5f434b589f278200
I agree that new wrapper is not necessary. Just didn't want to mess up existing code. The way you did it works perfect for me. Thanks.
Export
Screen
object withlist
function returning array of available screens: