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

Method LogTextV

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

Source from the content-addressed store, hash-verified

10772}
10773
10774void ImGui::LogTextV(const char* fmt, va_list args)
10775{
10776 ImGuiContext& g = *GImGui;
10777 if (!g.LogEnabled)
10778 return;
10779
10780 LogTextV(g, fmt, args);
10781}
10782
10783// Internal version that takes a position to decide on newline placement and pad items according to their depth.
10784// We split text into individual lines to add current tree level padding

Callers

nothing calls this directly

Calls 1

LogTextVFunction · 0.85

Tested by

no test coverage detected