Fixed Done button not working and backspace on Android

This commit is contained in:
mschiller890
2026-03-11 12:21:09 +02:00
parent 099b560273
commit e529bd5d64

View File

@@ -82,6 +82,9 @@ void UsernameScreen::mouseClicked(int x, int y, int button)
// click outside both fields -> blur both
tUsername.loseFocus(minecraft);
}
// also let the parent class handle button presses/etc.
Screen::mouseClicked(x, y, button);
}
void UsernameScreen::removed()