MCPcopy 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

startMethod · 0.95
initWindowMethod · 0.80
placeWindowMethod · 0.80
placeWindowMethod · 0.80
initFrameMethod · 0.80
placeWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected