1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 10:11:00 +01:00
This commit is contained in:
ocornut 2015-08-25 13:35:25 +01:00
parent ad3c9f620d
commit f0aca186cc

View File

@ -2833,6 +2833,7 @@ ImVec2 ImGui::GetMousePos()
return GImGui->IO.MousePos;
}
// NB: prefer to call right after BeginPopup(). At the time Selectable/MenuItem is activated, the popup is already closed!
ImVec2 ImGui::GetMousePosOnOpeningCurrentPopup()
{
ImGuiState& g = *GImGui;