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

Method isRetina

app/src/processing/app/ui/Toolkit.java:1150–1155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1148
1149
1150 static public boolean isRetina() {
1151 if (retinaProp == null) {
1152 retinaProp = checkRetina();
1153 }
1154 return retinaProp;
1155 }
1156
1157
1158 // This should probably be reset each time there's a display change.

Callers 3

handleCrustyDisplayMethod · 0.95
prepareGraphicsMethod · 0.95
highResImagesMethod · 0.95

Calls 1

checkRetinaMethod · 0.95

Tested by

no test coverage detected