Closed totalgee closed 2 years ago
See https://discourse.libcinder.org/t/multiple-windows-and-interop-with-imgui/1819
In an application with multiple Windows, even if only one of them should be using ImGui, things get glitchy (the UI starts jumping around) when you have multiple windows, especially notable when the two are on different displays.
Resolved by #2242 and #2243.
See https://discourse.libcinder.org/t/multiple-windows-and-interop-with-imgui/1819
In an application with multiple Windows, even if only one of them should be using ImGui, things get glitchy (the UI starts jumping around) when you have multiple windows, especially notable when the two are on different displays.