mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Switch UI event notifications (used for soft-keyboard) from strings to enums
This commit is contained in:
@@ -398,7 +398,7 @@ void PopupScreen::TriggerFinish(DialogResult result) {
|
||||
OnCompleted(result);
|
||||
}
|
||||
// Inform UI that popup close to hide OSK (if visible)
|
||||
System_NotifyUIState("popup_closed");
|
||||
System_NotifyUIEvent(UIEventNotification::POPUP_CLOSED);
|
||||
}
|
||||
|
||||
void PopupScreen::CreateViews() {
|
||||
|
||||
Reference in New Issue
Block a user