windowResizable()

Environment

Description

Makes the window resizable by the user.

Syntax

void windowResizable(bool r)

Parameters

NameTypeDescription
rbooltrue to allow resizing

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...