| 8301 | } |
| 8302 | |
| 8303 | ImDrawList* ImGui::GetWindowDrawList() |
| 8304 | { |
| 8305 | ImGuiWindow* window = GetCurrentWindow(); |
| 8306 | return window->DrawList; |
| 8307 | } |
| 8308 | |
| 8309 | float ImGui::GetWindowDpiScale() |
| 8310 | { |
nothing calls this directly
no test coverage detected