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

Method setOnScreenKeyboard

forge-gui-mobile/src/forge/Forge.java:1128–1130  ·  view source on GitHub ↗
(boolean val, boolean numeric)

Source from the content-addressed store, hash-verified

1126 keyInputAdapter = adapter;
1127 }
1128 public static void setOnScreenKeyboard(boolean val, boolean numeric) {
1129 Gdx.input.setOnscreenKeyboardVisible(val, numeric ? Input.OnscreenKeyboardType.NumberPad : Input.OnscreenKeyboardType.Default);
1130 }
1131
1132 public static boolean endKeyInput() {
1133 if (keyInputAdapter == null) {

Callers 1

startEditMethod · 0.95

Calls 1

Tested by

no test coverage detected