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

Method EndTooltip

include/imgui/imgui.cpp:12129–12133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12127}
12128
12129void ImGui::EndTooltip()
12130{
12131 IM_ASSERT(GetCurrentWindowRead()->Flags & ImGuiWindowFlags_Tooltip); // Mismatched BeginTooltip()/EndTooltip() calls
12132 End();
12133}
12134
12135void ImGui::SetTooltip(const char* fmt, ...)
12136{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected