Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ windowResize
Method
windowResize
core/src/processing/core/PApplet.java:9675–9677 ·
view source on GitHub ↗
(int newWidth, int newHeight)
Source
from the content-addressed store, hash-verified
9673
9674
9675
public
void
windowResize(
int
newWidth,
int
newHeight) {
9676
surface.setSize(newWidth, newHeight);
9677
}
9678
9679
9680
/**
Callers
nothing calls this directly
Calls
1
setSize
Method · 0.65
Tested by
no test coverage detected