Does Docking work?
NitroPlum opened this issue · 1 comments
NitroPlum commented
I have been trying to get docking to work but it doesn't seem to work. From what I can tell we need to enable flags in the context but I don't see how I am supposed to update those flags.
NitroPlum commented
In case anyone else finds this. I was able to enable docking by simply doing:
ImGui.GetIO().ConfigFlags |= ImGuiConfigFlags.DockingEnable;