Skip to main content

Enum ImGuiHoveredFlags

Assembly: ImGui.NET.dll
View Source
Declaration
[Flags]
public enum ImGuiHoveredFlags

Fields

None

View Source
Declaration
None = 0

ChildWindows

View Source
Declaration
ChildWindows = 1

RootWindow

View Source
Declaration
RootWindow = 2

AnyWindow

View Source
Declaration
AnyWindow = 4

AllowWhenBlockedByPopup

View Source
Declaration
AllowWhenBlockedByPopup = 8

AllowWhenBlockedByActiveItem

View Source
Declaration
AllowWhenBlockedByActiveItem = 32

AllowWhenOverlapped

View Source
Declaration
AllowWhenOverlapped = 64

AllowWhenDisabled

View Source
Declaration
AllowWhenDisabled = 128

NoNavOverride

View Source
Declaration
NoNavOverride = 256

RectOnly

View Source
Declaration
RectOnly = AllowWhenBlockedByPopup | AllowWhenBlockedByActiveItem | AllowWhenOverlapped

RootAndChildWindows

View Source
Declaration
RootAndChildWindows = ChildWindows | RootWindow

NoPopupHierarchy

View Source
Declaration
NoPopupHierarchy = 512

DockHierarchy

View Source
Declaration
DockHierarchy = 1024