pass over cell line edit; toggle-switches for editable boolean types

This commit is contained in:
Ryan Fleury
2025-03-24 14:56:41 -07:00
parent 93584ba2ba
commit 4f2eb2ebe2
7 changed files with 290 additions and 108 deletions
+3
View File
@@ -352,6 +352,9 @@ typedef U64 UI_BoxFlags;
# define UI_BoxFlag_RoundChildrenByParent (UI_BoxFlags)(1ull<<51)
# define UI_BoxFlag_SquishAnchored (UI_BoxFlags)(1ull<<52)
//- rjf: debug
# define UI_BoxFlag_Debug (UI_BoxFlags)(1ull<<53)
//- rjf: bundles
# define UI_BoxFlag_Clickable (UI_BoxFlag_MouseClickable|UI_BoxFlag_KeyboardClickable)
# define UI_BoxFlag_DefaultFocusNav (UI_BoxFlag_DefaultFocusNavX|UI_BoxFlag_DefaultFocusNavY|UI_BoxFlag_DefaultFocusEdit)