getScreen
Gets the parameters of the emulated screen.
Syntax
getScreen = function();
Parameters
Returned value
- functions: structure that contains the parameters of the emulated screen
Examples
screen = getScreen(); log(JSON.stringify(screen));