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

Method BeginTooltip

imgui_tiny_app/imgui/imgui.cpp:12698–12701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12696//-----------------------------------------------------------------------------
12697
12698bool ImGui::BeginTooltip()
12699{
12700 return BeginTooltipEx(ImGuiTooltipFlags_None, ImGuiWindowFlags_None);
12701}
12702
12703bool ImGui::BeginItemTooltip()
12704{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected