returns true if Processing is running on a Mac OS X machine.
()
| 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 | /** |
no test coverage detected