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

Method hasExternalInput

forge-gui-mobile/src/forge/Forge.java:298–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 }
297
298 public static boolean hasExternalInput() {
299 return hasGamepad() || hasKeyboard();
300 }
301
302 public static boolean hasKeyboard() {
303 return !GuiBase.isAndroid();

Callers 4

showDialogMethod · 0.95
showDialogMethod · 0.95
showDialogMethod · 0.95
showDialogMethod · 0.95

Calls 2

hasGamepadMethod · 0.95
hasKeyboardMethod · 0.95

Tested by

no test coverage detected