windowResizable()
EnvironmentDescription
Makes the window resizable by the user.
Syntax
void windowResizable(bool r)
Parameters
| Name | Type | Description |
|---|---|---|
| r | bool | true to allow resizing |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...