Lines Matching defs:modal
561 It handle mouse dragging correctly (both dragging that started over your application or over an imgui window) and handle e.g. modal windows blocking inputs.
2731 // For the purpose of those flags we differentiate "standard popup" from "modal popup"
2846 // Test if interactions on this window are blocked by an active popup or modal
3178 ImGuiWindow* modal = GetFrontMostPopupModal();
3180 if (modal == NULL)
3185 if (window == modal)
3190 ClosePopupsOverWindow(hovered_window_above_modal ? g.HoveredWindow : modal);
5200 // Draw modal window background (darkens what is behind them, all viewports)
6879 // Closing a menu closes its top-most parent popup (unless a modal)
6936 // If 'p_open' is specified for a modal popup window, the popup will have a regular close button which will close the popup.
6949 // Center modal windows by default