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

Method sketchDisplay

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

Source from the content-addressed store, hash-verified

964
965 // Numbered from 1, SPAN (0) means all displays, -1 means the default display
966 final public int sketchDisplay() {
967 return display;
968 }
969
970
971 final public String sketchOutputPath() {

Callers 3

initDisplayMethod · 0.80
initWindowMethod · 0.80
initFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected