MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / appendf

Method appendf

core/src/imgui/imgui.cpp:2155–2161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2153}
2154
2155void ImGuiTextBuffer::appendf(const char* fmt, ...)
2156{
2157 va_list args;
2158 va_start(args, fmt);
2159 appendfv(fmt, args);
2160 va_end(args);
2161}
2162
2163// Helper: Text buffer for logging/accumulating text
2164void ImGuiTextBuffer::appendfv(const char* fmt, va_list args)

Callers 3

ShowExampleAppLongTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected