displayHeight

Environment

Description

System variable storing the full monitor height in pixels.

Syntax

displayHeight

Parameters

None

Returns

int

Related

Under the Hood

From Processing.h:

int displayWidth = 0, displayHeight = 0;

Under the Hood

From Processing.cpp:

displayHeight=vm->height;