tsMezotic/MonoGame.ImGuiNet

Does Docking work?

NitroPlum opened this issue · 1 comments

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.

In case anyone else finds this. I was able to enable docking by simply doing:

ImGui.GetIO().ConfigFlags |= ImGuiConfigFlags.DockingEnable;