MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / GetWindowDrawList

Method GetWindowDrawList

imgui_tiny_app/imgui/imgui.cpp:9311–9315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9309}
9310
9311ImDrawList* ImGui::GetWindowDrawList()
9312{
9313 ImGuiWindow* window = GetCurrentWindow();
9314 return window->DrawList;
9315}
9316
9317float ImGui::GetWindowDpiScale()
9318{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowFunction · 0.85

Tested by

no test coverage detected