ImGui.NET icon indicating copy to clipboard operation
ImGui.NET copied to clipboard

[Docking] Can't move out the window on XNA sample

Open mmttim opened this issue 4 years ago • 2 comments

We can't move a window out of the viewport in the XNA sample. Docking is working fine. I tried to find the issue in the renderer but haven't found the problem yet.

mmttim avatar Apr 25 '20 23:04 mmttim

The XNA sample hasn't been updated with multi-viewport support, and I don't know if XNA has the necessary features to make it work. If somebody knows how that could be accomplished, I'd happily merge a pull request to that branch. In the meantime, the regular sample project should fully work with multiple viewports.

mellinoe avatar Apr 26 '20 00:04 mellinoe

Probably spawning multiple Game instances [?]

andreakarasho avatar Feb 13 '21 14:02 andreakarasho