ImGui::ImGuiHoveredFlags
Inherits Enum < Comparable < Value < Object
Constants
None = 0
ChildWindows = 1
RootWindow = 2
AnyWindow = 4
NoPopupHierarchy = 8
AllowWhenBlockedByPopup = 32
AllowWhenBlockedByActiveItem = 128
AllowWhenOverlappedByItem = 256
AllowWhenOverlappedByWindow = 512
AllowWhenDisabled = 1024
NoNavOverride = 2048
AllowWhenOverlapped = 768
RectOnly = 928
RootAndChildWindows = 3
ForTooltip = 4096
Stationary = 8192
DelayNone = 16384
DelayShort = 32768
DelayNormal = 65536
NoSharedDelay = 131072
All = 262063
Instance methods
allow_when_blocked_by_active_item?
Returns true if this enum value contains AllowWhenBlockedByActiveItem
allow_when_overlapped_by_item?
Returns true if this enum value contains AllowWhenOverlappedByItem
allow_when_overlapped_by_window?
Returns true if this enum value contains AllowWhenOverlappedByWindow