mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +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:
@@ -61,6 +61,7 @@ void System_LaunchUrl(LaunchUrlType urlType, std::string_view url);
|
||||
enum class UIEventNotification {
|
||||
MENU_RETURN,
|
||||
POPUP_CLOSED,
|
||||
DIALOG_CLOSED,
|
||||
TEXT_GOTFOCUS,
|
||||
TEXT_LOSTFOCUS,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user