| 9069 | } |
| 9070 | |
| 9071 | float ImGui::GetWindowHeight() |
| 9072 | { |
| 9073 | ImGuiWindow* window = GImGui->CurrentWindow; |
| 9074 | return window->Size.y; |
| 9075 | } |
| 9076 | |
| 9077 | ImVec2 ImGui::GetWindowPos() |
| 9078 | { |
nothing calls this directly
no outgoing calls
no test coverage detected