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

Method GetForegroundDrawList

extern/imgui/imgui.cpp:4073–4076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4071}
4072
4073ImDrawList* ImGui::GetForegroundDrawList(ImGuiViewport* viewport)
4074{
4075 return GetViewportDrawList((ImGuiViewportP*)viewport, 1, "##Foreground");
4076}
4077
4078ImDrawList* ImGui::GetForegroundDrawList()
4079{

Callers

nothing calls this directly

Calls 2

GetViewportDrawListFunction · 0.85
GetForegroundDrawListFunction · 0.85

Tested by

no test coverage detected