windowResize()

Environment

Description

Resizes the window to the specified dimensions.

Syntax

void windowResize(int w, int h)

Parameters

NameTypeDescription
wintnew width
hintnew height

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...