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

Method GetBackgroundDrawList

extern/imgui/imgui.cpp:4062–4065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4060}
4061
4062ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport)
4063{
4064 return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background");
4065}
4066
4067ImDrawList* ImGui::GetBackgroundDrawList()
4068{

Callers

nothing calls this directly

Calls 1

GetViewportDrawListFunction · 0.85

Tested by

no test coverage detected