| 8519 | } |
| 8520 | |
| 8521 | float ImGui::GetWindowHeight() |
| 8522 | { |
| 8523 | ImGuiWindow* window = GImGui->CurrentWindow; |
| 8524 | return window->Size.y; |
| 8525 | } |
| 8526 | |
| 8527 | ImVec2 ImGui::GetWindowPos() |
| 8528 | { |
nothing calls this directly
no outgoing calls
no test coverage detected