Home
last modified time | relevance | path

Searched refs:ImGuiHoveredFlags_AllowWhenBlockedByActiveItem (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h855ImGuiHoveredFlags_AllowWhenBlockedByActiveItem = 1 << 5, // Return true even if an active item … enumerator
858 … = ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveIte…
1516 …wHovered(ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveIte… in IsMouseHoveringWindow()
Dimgui.cpp2842 if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) in IsItemHovered()
5980 if (!(flags & ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) in IsWindowHovered()
Dimgui_widgets.cpp423 if (IsItemHovered(ImGuiHoveredFlags_AllowWhenBlockedByActiveItem)) in ButtonBehavior()