MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / GetWindowDrawList

Method GetWindowDrawList

include/imgui/imgui.cpp:8736–8740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8734}
8735
8736ImDrawList* ImGui::GetWindowDrawList()
8737{
8738 ImGuiWindow* window = GetCurrentWindow();
8739 return window->DrawList;
8740}
8741
8742ImFont* ImGui::GetFont()
8743{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowFunction · 0.85

Tested by

no test coverage detected