screen (EGL system variable)

The consoleLib.screen system variable defines the default, borderless window that underlies all other Console UI windows. The dimensions of consoleLib.screen are equal to the dimensions of the available display surface. This variable is defined automatically and available for you to use in any functions that accept a window parameter.

Type: Window

Example

The following example clears all Console UI windows:

ClearWindow(ConsoleLib.screen);

Feedback