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

Method GetForegroundDrawList

include/imgui/imgui.cpp:5254–5257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5252}
5253
5254ImDrawList* ImGui::GetForegroundDrawList(ImGuiViewport* viewport)
5255{
5256 return GetViewportBgFgDrawList((ImGuiViewportP*)viewport, 1, "##Foreground");
5257}
5258
5259ImDrawList* ImGui::GetForegroundDrawList()
5260{

Callers

nothing calls this directly

Calls 2

GetViewportBgFgDrawListFunction · 0.85
GetForegroundDrawListFunction · 0.85

Tested by

no test coverage detected