MCPcopy Create free account
hub / github.com/Card-Forge/forge / isAndroid

Method isAndroid

forge-gui/src/main/java/forge/gui/GuiBase.java:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20 public static void setIsAndroid(boolean value) { isAndroidport = value; }
21 public static boolean isAndroid() { return isAndroidport; }
22 public static int getAndroidAPILevel() { return androidAPI; }
23 public static String getDownloadsDir() {
24 return downloadsDir;

Callers 15

createMethod · 0.95
hasKeyboardMethod · 0.95
openAdventureMethod · 0.95
afterDbLoadedMethod · 0.95
setCursorMethod · 0.95
mouseMovedMethod · 0.95
SettingsSceneMethod · 0.95
generateNewMethod · 0.95
GameHUDMethod · 0.95
touchDownMethod · 0.95
longPressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected