alias ImGui::TopLevel::ImGuiHoveredFlags
Alias Definition
ImGui::ImGuiHoveredFlags
Defined in:
types.crConstant Summary
-
AllowWhenBlockedByActiveItem =
128
-
Return true even if an active item is blocking access to this item/window. Useful for Drag and Drop patterns.
-
AllowWhenBlockedByPopup =
32
-
Return true even if a popup window is normally blocking access to this item/window
-
AllowWhenDisabled =
512
-
IsItemHovered() only: Return true even if the item is disabled
-
AllowWhenOverlapped =
256
-
IsItemHovered() only: Return true even if the position is obstructed or overlapped by another window
-
AnyWindow =
4
-
IsWindowHovered() only: Return true if any window is hovered
-
ChildWindows =
1
-
IsWindowHovered() only: Return true if any children of the window is hovered
-
None =
0
-
Return true if directly over the item/window, not obstructed by another window, not obstructed by an active popup or modal blocking inputs under them.
-
NoPopupHierarchy =
8
-
IsWindowHovered() only: Do not consider popup hierarchy (do not treat popup emitter as parent of popup) (when used with _ChildWindows or _RootWindow)
-
RectOnly =
416
-
RootAndChildWindows =
3
-
RootWindow =
2
-
IsWindowHovered() only: Test from root window (top most parent of the current hierarchy)