MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / BulletText

Method BulletText

imgui_tiny_app/imgui/imgui_widgets.cpp:419–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void ImGui::BulletText(const char* fmt, ...)
420{
421 va_list args;
422 va_start(args, fmt);
423 BulletTextV(fmt, args);
424 va_end(args);
425}
426
427// Text with a little bullet aligned to the typical tree node.
428void ImGui::BulletTextV(const char* fmt, va_list args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected