imgui_toggle
imgui_toggle copied to clipboard
A toggle switch widget for Dear ImGui
When I was looking for an example of a Material toggle to mimic, I came across [this post](https://www.justinmind.com/ui-design/toggle-patterns-examples) that has lots of little ideas that I may get around to...
 Two errors to go. Got no idea how to deal with these.
When you select the style of your switch, it is not applied retroactively outside of that window.
Seems to me that for such a specific feature it could be useful to have a single header version to make project inclusion as simple as possible.
[3/14] Compile [x64] imgui_toggle.cpp (0:01.37 at +0:00) 11>imgui.h(2148): Error C2027 : use of undefined type 'ImGuiDockNodeSettings' 11>imgui_internal.h(147): Reference C2027 : see declaration of 'ImGuiDockNodeSettings' 11>imgui.h(2148): Reference C2027 : the template...