Searched refs:popup_pos (Results 1 – 1 of 1) sorted by relevance
5611 ImVec2 popup_pos, pos = window->DC.CursorPos; in BeginMenu() local5617 …popup_pos = ImVec2(pos.x - 1.0f - (float)(int)(style.ItemSpacing.x * 0.5f), pos.y - style.FramePad… in BeginMenu()5628 popup_pos = ImVec2(pos.x, pos.y - style.WindowPadding.y); in BeginMenu()5718 SetNextWindowPos(popup_pos, ImGuiCond_Always); in BeginMenu()