Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ sketchFullScreen
Method
sketchFullScreen
core/src/processing/core/PApplet.java:1080–1083 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1078
1079
1080
final
public
boolean sketchFullScreen() {
1081
//return false;
1082
return
fullScreen;
1083
}
1084
1085
1086
// // Could be named 'screen' instead of display since it's the people using
Callers
6
start
Method · 0.95
initWindow
Method · 0.80
placeWindow
Method · 0.80
placeWindow
Method · 0.80
initFrame
Method · 0.80
placeWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected