MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / GetWindowForTitleDisplay

Function GetWindowForTitleDisplay

Dependencies/ImGui/src/imgui.cpp:6590–6593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6588}
6589
6590static ImGuiWindow* GetWindowForTitleDisplay(ImGuiWindow* window)
6591{
6592 return window->DockNodeAsHost ? window->DockNodeAsHost->VisibleWindow : window;
6593}
6594
6595static ImGuiWindow* GetWindowForTitleAndMenuHeight(ImGuiWindow* window)
6596{

Callers 1

UpdatePlatformWindowsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected