1
0
mirror of https://github.com/ocornut/imgui.git synced 2025-02-20 20:41:10 +01:00
imgui/backends
ocornut b9db5c566b Backends: Win32: Added support for updating ParentViewportID after viewport creation.
This tends to be desirable for applicaton manipulating this value via ImGuiWindowClass::ParentViewportID.
I thought it would be a simple call to SetParent(), it's only slightly more complicated but added comments about it.
2023-06-15 11:26:27 +02:00
..