Searched refs:ImGuiHoveredFlags_AllowWhenBlockedByActiveItem (Results 1 – 3 of 3) sorted by relevance
855 …ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5, // Return true even if an active item … enumerator858 … = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveIte…1516 …wHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveIte… in IsMouseHoveringWindow()
2842 if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) in IsItemHovered()5980 if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) in IsWindowHovered()
423 if (IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) in ButtonBehavior()