MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / GetWindowHeight

Method GetWindowHeight

include/imgui/imgui.cpp:8521–8525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8519}
8520
8521float ImGui::GetWindowHeight()
8522{
8523 ImGuiWindow* window = GImGui->CurrentWindow;
8524 return window->Size.y;
8525}
8526
8527ImVec2 ImGui::GetWindowPos()
8528{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected