FIX: Keyboard on android

This commit is contained in:
2026-03-21 18:25:42 +02:00
parent 3f6d9cdcb8
commit 98a05e5aa3
2 changed files with 1 additions and 8 deletions

View File

@@ -320,6 +320,7 @@ void TouchscreenInput_TestFps::tick( Player* player )
if (Multitouch::isReleased(p)) {
_minecraft->soundEngine->playUI("random.click", 1, 1);
_minecraft->screenChooser.setScreen(SCREEN_CONSOLE);
_minecraft->platform()->showKeyboard();
}
}