()
| 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) |