Searched refs:ImGuiHoveredFlags_AllowWhenBlockedByActiveItem (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h855 ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5, // Return true even if an active item is blocking access to this item/window. Useful for Drag and Drop patterns. enumerator in enum:ImGuiHoveredFlags_
858 ImGuiHoveredFlags_RectOnly = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped,
1516 static inline bool IsMouseHoveringWindow() { return IsWindowHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem); }
H A Dimgui_demo.cpp1477 ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem),
1520 ImGui::IsWindowHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem),
H A Dimgui.cpp2842 if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem))
5980 if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem))
H A Dimgui_widgets.cpp423 if (IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h855 ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5, // Return true even if an active item is blocking access to this item/window. Useful for Drag and Drop patterns. enumerator in enum:ImGuiHoveredFlags_
858 ImGuiHoveredFlags_RectOnly = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped,
1516 static inline bool IsMouseHoveringWindow() { return IsWindowHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem); }
H A Dimgui.cpp2842 if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem))
5980 if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem))
H A Dimgui_widgets.cpp423 if (IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem))

Completed in 79 milliseconds