MCPcopy Index your code
hub / github.com/java-native-access/jna / isMac

Method isMac

src/com/sun/jna/Platform.java:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 return osType;
144 }
145 public static final boolean isMac() {
146 return osType == MAC;
147 }
148 public static final boolean isAndroid() {
149 return osType == ANDROID;
150 }

Callers 15

testIsPressedMethod · 0.95
testWindowListMethod · 0.95
testOnScreenWindowsMethod · 0.95
testMainDisplayIDMethod · 0.95
testDisplayPropertiesMethod · 0.95
HolderClass · 0.95
KeyboardUtilsClass · 0.95
WinBaseInterface · 0.95
DragHandlerClass · 0.95

Calls

no outgoing calls