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

Method endKeyInput

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

Source from the content-addressed store, hash-verified

1130 }
1131
1132 public static boolean endKeyInput() {
1133 if (keyInputAdapter == null) {
1134 return false;
1135 }
1136 keyInputAdapter.onInputEnd();
1137 keyInputAdapter = null;
1138 MainInputProcessor.keyTyped = false;
1139 MainInputProcessor.lastKeyTyped = '\0';
1140 Gdx.input.setOnscreenKeyboardVisible(false);
1141 return true;
1142 }
1143
1144 public static void exitAnimation(boolean restart) {
1145 if (transitionScreen != null)

Callers 9

showMenuMethod · 0.95
setCurrentScreenMethod · 0.95
keyDownMethod · 0.95
keyDownMethod · 0.95
keyDownMethod · 0.95
keyDownMethod · 0.95
keyDownMethod · 0.95
keyDownMethod · 0.95
touchDownMethod · 0.80

Calls 2

onInputEndMethod · 0.45

Tested by

no test coverage detected