MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / GetWindowDrawList

Method GetWindowDrawList

extern/imgui/imgui.cpp:8303–8307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8301}
8302
8303ImDrawList* ImGui::GetWindowDrawList()
8304{
8305 ImGuiWindow* window = GetCurrentWindow();
8306 return window->DrawList;
8307}
8308
8309float ImGui::GetWindowDpiScale()
8310{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowFunction · 0.85

Tested by

no test coverage detected