You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These started off as test-only ImGui macros that are actually just enclosed ImGui widgets with static state, and were changed into a separate struct/draw routine in this PR.
We could turn them into real ImGui widgets by using ImGui's actual identity/storage features.