MCPcopy Create free account
hub / github.com/VictorGordan/opengl-tutorials / LogTextV

Method LogTextV

ImGUI GLFW Tutorial/imgui/imgui.cpp:10096–10103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10094}
10095
10096void ImGui::LogTextV(const char* fmt, va_list args)
10097{
10098 ImGuiContext& g = *GImGui;
10099 if (!g.LogEnabled)
10100 return;
10101
10102 LogTextV(g, fmt, args);
10103}
10104
10105// Internal version that takes a position to decide on newline placement and pad items according to their depth.
10106// We split text into individual lines to add current tree level padding

Callers

nothing calls this directly

Calls 1

LogTextVFunction · 0.70

Tested by

no test coverage detected