mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
Fixed Done button not working and backspace on Android
This commit is contained in:
@@ -82,6 +82,9 @@ void UsernameScreen::mouseClicked(int x, int y, int button)
|
|||||||
// click outside both fields -> blur both
|
// click outside both fields -> blur both
|
||||||
tUsername.loseFocus(minecraft);
|
tUsername.loseFocus(minecraft);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// also let the parent class handle button presses/etc.
|
||||||
|
Screen::mouseClicked(x, y, button);
|
||||||
}
|
}
|
||||||
|
|
||||||
void UsernameScreen::removed()
|
void UsernameScreen::removed()
|
||||||
|
|||||||
Reference in New Issue
Block a user