windowResized()

Environment

Description

Called when the sketch window is resized. Define this function in your sketch to respond to window resize events.

Syntax

void windowResized()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...