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

Method GetWindowHeight

imgui_tiny_app/imgui/imgui.cpp:9071–9075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9069}
9070
9071float ImGui::GetWindowHeight()
9072{
9073 ImGuiWindow* window = GImGui->CurrentWindow;
9074 return window->Size.y;
9075}
9076
9077ImVec2 ImGui::GetWindowPos()
9078{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected