MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / GetBackgroundDrawList

Method GetBackgroundDrawList

plugins/Cardinal/src/DearImGui/imgui.cpp:3592–3595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3590}
3591
3592ImDrawList* ImGui::GetBackgroundDrawList(ImGuiViewport* viewport)
3593{
3594 return GetViewportDrawList((ImGuiViewportP*)viewport, 0, "##Background");
3595}
3596
3597ImDrawList* ImGui::GetBackgroundDrawList()
3598{

Callers

nothing calls this directly

Calls 1

GetViewportDrawListFunction · 0.85

Tested by

no test coverage detected