MCPcopy Create free account
hub / github.com/Raais/ImStudio / ClearActiveID

Method ClearActiveID

src/third-party/imgui/imgui.cpp:3382–3385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3380}
3381
3382void ImGui::ClearActiveID()
3383{
3384 SetActiveID(0, NULL); // g.ActiveId = 0;
3385}
3386
3387void ImGui::SetHoveredID(ImGuiID id)
3388{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected