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
For easier dropdowns, just implement to_string for the enum (if not already done in the extensions) and use ImGuiEx::Selectable.
I also made it a fully function, that (when to_string for the enum is implemented), does everything to show a selectComboBox for it :) ImGuiEx::EnumCombo()
🤔 it tests for enum right know, but ints should also work just fine.
Would make the agent selection easier to use
The text was updated successfully, but these errors were encountered: