MCPcopy Create free account
hub / github.com/benfry/processing4 / getSystemZoom

Method getSystemZoom

app/src/processing/app/Platform.java:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127
128
129 static public float getSystemZoom() {
130 return inst == null ? 1 : inst.getSystemZoom();
131 }
132
133
134 static public File getSettingsFolder() throws Exception {

Callers 2

parseZoomMethod · 0.95
highResImagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected