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

Method sketchHeight

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

Source from the content-addressed store, hash-verified

942
943
944 final public int sketchHeight() {
945 return height;
946 }
947
948
949 final public String sketchRenderer() {

Callers 6

createPrimaryGraphicsMethod · 0.95
initOffscreenMethod · 0.80
initWindowMethod · 0.80
initOffscreenMethod · 0.80
componentResizedMethod · 0.80
initFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected