MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isWindows

Method isWindows

src/main/java/fieldagent/Main.java:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 linux, mac, windows;
7
8 static public boolean isWindows() {
9 return Main.os == windows;
10 }
11 }
12
13 public static final OS os = System.getProperty("os.name").contains("Mac") ? OS.mac : (System.getProperty("os.name").toLowerCase().contains("win") ? OS.windows : OS.linux);

Callers 1

SimpleOculusTargetClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected