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

Method ClearActiveID

include/imgui/imgui.cpp:4755–4758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4753}
4754
4755void ImGui::ClearActiveID()
4756{
4757 SetActiveID(0, NULL); // g.ActiveId = 0;
4758}
4759
4760void ImGui::SetHoveredID(ImGuiID id)
4761{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected