fullScreen()

Environment

Description

Opens the sketch in fullscreen mode.

Syntax

void fullScreen()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...