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

Method getDisableHiDPI

app/src/processing/app/ui/Splash.java:134–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132
133
134 static public boolean getDisableHiDPI() {
135 File propsFile = Platform.getContentFile("disable_hidpi");
136 return propsFile != null && propsFile.exists();
137 }
138
139
140 // Should only be called from Windows, but not restricted to Windows

Callers 4

handleCrustyDisplayMethod · 0.95
PreferencesFrameMethod · 0.95
showFrameMethod · 0.95
mainMethod · 0.95

Calls 1

getContentFileMethod · 0.95

Tested by

no test coverage detected