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

  1. screen = getScreen();
    log(JSON.stringify(screen));