MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / GetWindowForTitleDisplay

Function GetWindowForTitleDisplay

imgui_tiny_app/imgui/imgui.cpp:6970–6973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6968}
6969
6970static ImGuiWindow* GetWindowForTitleDisplay(ImGuiWindow* window)
6971{
6972 return window->DockNodeAsHost ? window->DockNodeAsHost->VisibleWindow : window;
6973}
6974
6975static ImGuiWindow* GetWindowForTitleAndMenuHeight(ImGuiWindow* window)
6976{

Callers 1

UpdatePlatformWindowsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected