Searched refs:popup_open (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 1307 bool popup_open = IsPopupOpen(id); local in function:ImGui::BeginCombo 1316 window->DrawList->AddRectFilled(ImVec2(frame_bb.Max.x - arrow_size, frame_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol_Button), style.FrameRounding, (w <= arrow_size) ? ImDrawCornerFlags_All : ImDrawCornerFlags_Right); 1325 if ((pressed || g.NavActivateId == id) && !popup_open) 1330 popup_open = true; 1333 if (!popup_open)
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 1307 bool popup_open = IsPopupOpen(id); local in function:ImGui::BeginCombo 1316 window->DrawList->AddRectFilled(ImVec2(frame_bb.Max.x - arrow_size, frame_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol_Button), style.FrameRounding, (w <= arrow_size) ? ImDrawCornerFlags_All : ImDrawCornerFlags_Right); 1325 if ((pressed || g.NavActivateId == id) && !popup_open) 1330 popup_open = true; 1333 if (!popup_open)
|
Completed in 61 milliseconds