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

Method GetForegroundDrawList

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

Source from the content-addressed store, hash-verified

3601}
3602
3603ImDrawList* ImGui::GetForegroundDrawList(ImGuiViewport* viewport)
3604{
3605 return GetViewportDrawList((ImGuiViewportP*)viewport, 1, "##Foreground");
3606}
3607
3608ImDrawList* ImGui::GetForegroundDrawList()
3609{

Callers

nothing calls this directly

Calls 2

GetViewportDrawListFunction · 0.85
GetForegroundDrawListFunction · 0.85

Tested by

no test coverage detected