MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / BulletText

Method BulletText

include/imgui/imgui_widgets.cpp:421–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected