In the header in imgui it is defined as: ``` void ImGui::PushOverrideID(ImGuiID id) ``` I don't know why it is missing, but I intended to use it for `OpenPopup` to open a modal popup that could be opened from multiple sources.