MCPcopy Index your code
hub / github.com/processing/processing / sketchDisplay

Method sketchDisplay

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

Source from the content-addressed store, hash-verified

1094
1095 // Numbered from 1, SPAN (0) means all displays, -1 means the default display
1096 final public int sketchDisplay() {
1097 return display;
1098 }
1099
1100
1101 final public String sketchOutputPath() {

Callers 4

startMethod · 0.95
initDisplayMethod · 0.80
initWindowMethod · 0.80
initFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected