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:
Henrik Rydgård
2026-03-08 13:03:00 +01:00
parent 9e0cb93085
commit 6ad06e00a4
5 changed files with 8 additions and 0 deletions
+1
View File
@@ -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,
};