MCPcopy Index your code
hub / github.com/processing/processing / isMacOS

Method isMacOS

app/src/processing/app/Platform.java:254–257  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

252 * returns true if Processing is running on a Mac OS X machine.
253 */
254 static public boolean isMacOS() {
255 //return PApplet.platform == PConstants.MACOSX;
256 return System.getProperty("os.name").indexOf("Mac") != -1; //$NON-NLS-1$ //$NON-NLS-2$
257 }
258
259
260 /**

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected