MCPcopy Index your code
hub / github.com/benfry/processing4 / sketchFullScreen

Method sketchFullScreen

core/src/processing/core/PApplet.java:960–962  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

958
959
960 final public boolean sketchFullScreen() {
961 return fullScreen;
962 }
963
964
965 // Numbered from 1, SPAN (0) means all displays, -1 means the default display

Callers 5

initWindowMethod · 0.80
placeWindowMethod · 0.80
displayMethod · 0.80
initFrameMethod · 0.80
placeWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected