mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-06 04:35:29 +02:00
iOS: Close the keyboard on one more event. Makes it easier to get rid of it if it gets stuck.
This commit is contained in:
@@ -264,6 +264,10 @@ void UIDialogScreen::sendMessage(UIMessage message, const char *value) {
|
||||
}
|
||||
}
|
||||
|
||||
UIDialogScreen::~UIDialogScreen() {
|
||||
System_NotifyUIEvent(UIEventNotification::DIALOG_CLOSED);
|
||||
}
|
||||
|
||||
bool UIScreen::IsOnTop() const {
|
||||
return screenManager()->topScreen() == this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user