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

Method ClearActiveID

imgui_tiny_app/imgui/imgui.cpp:4833–4836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4831}
4832
4833void ImGui::ClearActiveID()
4834{
4835 SetActiveID(0, NULL); // g.ActiveId = 0;
4836}
4837
4838void ImGui::SetHoveredID(ImGuiID id)
4839{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected