ui: group key, for menu-bar-style interactions, where you have several distinct boxes, but want one interaction to continuously flow between them

This commit is contained in:
Ryan Fleury
2024-06-24 15:23:56 -07:00
parent ff32449ba2
commit 0a5cc5df6f
7 changed files with 54 additions and 7 deletions
+1
View File
@@ -27,6 +27,7 @@ UI_StackTable:
{ FocusHot focus_hot UI_FocusKind UI_FocusKind_Null }
{ FocusActive focus_active UI_FocusKind UI_FocusKind_Null }
{ FastpathCodepoint fastpath_codepoint U32 0 }
{ GroupKey group_key UI_Key `ui_key_zero()` }
//- rjf: colors
{ Transparency transparency F32 0 }