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

Method isMacOS

app/src/processing/app/Platform.java:304–306  ·  view source on GitHub ↗

returns true if Processing is running on a Mac OS X machine.

()

Source from the content-addressed store, hash-verified

302 * returns true if Processing is running on a Mac OS X machine.
303 */
304 static public boolean isMacOS() {
305 return System.getProperty("os.name").contains("Mac"); //$NON-NLS-1$ //$NON-NLS-2$
306 }
307
308
309 /**

Callers 15

initMethod · 0.95
getContentFileMethod · 0.95
getJavaHomeMethod · 0.95
getProcessingAppMethod · 0.95
showYesNoQuestionMethod · 0.95
showCustomQuestionMethod · 0.95
copyDirNativeMethod · 0.95
rebuildToolListMethod · 0.95
handleCloseMethod · 0.95
handleQuitMethod · 0.95
handleRestartMethod · 0.95
calcModifiedMethod · 0.95

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected