MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetBackgroundDrawList

Method GetBackgroundDrawList

KBotExt/imgui/imgui.cpp:4278–4281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4276}
4277
4278ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport)
4279{
4280 return GetViewportBgFgDrawList((ImGuiViewportP*)viewport, 0, "##Background");
4281}
4282
4283ImDrawList* ImGui::GetBackgroundDrawList()
4284{

Callers

nothing calls this directly

Calls 1

GetViewportBgFgDrawListFunction · 0.85

Tested by

no test coverage detected