MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / appendf

Method appendf

lib/imgui/imgui.cpp:2091–2097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2089}
2090
2091void ImGuiTextBuffer::appendf(const char* fmt, ...)
2092{
2093 va_list args;
2094 va_start(args, fmt);
2095 appendfv(fmt, args);
2096 va_end(args);
2097}
2098
2099// Helper: Text buffer for logging/accumulating text
2100void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 2

ShowExampleAppLongTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected