| 9309 | } |
| 9310 | |
| 9311 | ImDrawList* ImGui::GetWindowDrawList() |
| 9312 | { |
| 9313 | ImGuiWindow* window = GetCurrentWindow(); |
| 9314 | return window->DrawList; |
| 9315 | } |
| 9316 | |
| 9317 | float ImGui::GetWindowDpiScale() |
| 9318 | { |
nothing calls this directly
no test coverage detected