windowResize()
EnvironmentDescription
Resizes the window to the specified dimensions.
Syntax
void windowResize(int w, int h)
Parameters
| Name | Type | Description |
|---|---|---|
| w | int | new width |
| h | int | new height |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...