MCPcopy Create free account
hub / github.com/cinder/Cinder / appendf

Method appendf

src/imgui/imgui.cpp:3042–3048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3040}
3041
3042void ImGuiTextBuffer::appendf(const char* fmt, ...)
3043{
3044 va_list args;
3045 va_start(args, fmt);
3046 appendfv(fmt, args);
3047 va_end(args);
3048}
3049
3050// Helper: Text buffer for logging/accumulating text
3051void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 5

DebugLogVMethod · 0.80
ShowIDStackToolWindowMethod · 0.80
ShowExampleAppLongTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected