Returns one of macos, windows, linux, or other. Changed in 4.0b4 to return macos instead of macosx. Only used inside processing.app.java.
()
| 264 | * Only used inside processing.app.java. |
| 265 | */ |
| 266 | static public String getName() { |
| 267 | return PConstants.platformNames[PApplet.platform]; |
| 268 | } |
| 269 | |
| 270 | |
| 271 | static public String getPrettyName() { |
no outgoing calls
no test coverage detected