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

Method GetForegroundDrawList

KBotExt/imgui/imgui.cpp:4289–4292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4287}
4288
4289ImDrawList* ImGui::GetForegroundDrawList(ImGuiViewport* viewport)
4290{
4291 return GetViewportBgFgDrawList((ImGuiViewportP*)viewport, 1, "##Foreground");
4292}
4293
4294ImDrawList* ImGui::GetForegroundDrawList()
4295{

Callers

nothing calls this directly

Calls 2

GetViewportBgFgDrawListFunction · 0.85
GetForegroundDrawListFunction · 0.85

Tested by

no test coverage detected