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

Method SetTooltip

include/imgui/imgui.cpp:12135–12141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12133}
12134
12135void ImGui::SetTooltip(const char* fmt, ...)
12136{
12137 va_list args;
12138 va_start(args, fmt);
12139 SetTooltipV(fmt, args);
12140 va_end(args);
12141}
12142
12143void ImGui::SetTooltipV(const char* fmt, va_list args)
12144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected