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

Method hasKeyboard

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

Source from the content-addressed store, hash-verified

300 }
301
302 public static boolean hasKeyboard() {
303 return !GuiBase.isAndroid();
304 }
305
306 public static InputProcessor getInputProcessor() {
307 return inputProcessor;

Callers 1

hasExternalInputMethod · 0.95

Calls 1

isAndroidMethod · 0.95

Tested by

no test coverage detected