mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 04:48:40 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user