Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ sketchWidth
Method
sketchWidth
core/src/processing/core/PApplet.java:939–941 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
937
938
939
final
public
int
sketchWidth() {
940
return
width;
941
}
942
943
944
final
public
int
sketchHeight() {
Callers
6
createPrimaryGraphics
Method · 0.95
initOffscreen
Method · 0.80
initWindow
Method · 0.80
initOffscreen
Method · 0.80
componentResized
Method · 0.80
initFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected