add support in ui layer for re-rooting keyboard focus stack, which short-circuits the focus-off search through the focus stack

This commit is contained in:
Ryan Fleury
2024-01-23 13:08:00 -08:00
parent a975bf5412
commit 7c3de4fe5b
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ typedef enum UI_FocusKind
UI_FocusKind_Null,
UI_FocusKind_Off,
UI_FocusKind_On,
UI_FocusKind_Root,
UI_FocusKind_COUNT
}
UI_FocusKind;