Searched refs:OpenMousePos (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h621 ImVec2 OpenPopupPos; // Set on OpenPopup(), preferred popup position (typically == OpenMousePos when using mouse)
622 ImVec2 OpenMousePos; // Set on OpenPopup(), copy of mouse position at the time of opening popup member in struct:ImGuiPopupRef
H A Dimgui.cpp4148 return g.OpenPopupStack[g.BeginPopupStack.Size-1].OpenMousePos;
6768 popup_ref.OpenMousePos = IsMousePosValid(&g.IO.MousePos) ? g.IO.MousePos : popup_ref.OpenPopupPos;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h621 ImVec2 OpenPopupPos; // Set on OpenPopup(), preferred popup position (typically == OpenMousePos when using mouse)
622 ImVec2 OpenMousePos; // Set on OpenPopup(), copy of mouse position at the time of opening popup member in struct:ImGuiPopupRef
H A Dimgui.cpp4148 return g.OpenPopupStack[g.BeginPopupStack.Size-1].OpenMousePos;
6768 popup_ref.OpenMousePos = IsMousePosValid(&g.IO.MousePos) ? g.IO.MousePos : popup_ref.OpenPopupPos;

Completed in 80 milliseconds