enum ImGui::ImGuiHoveredFlags
Defined in:
types.cr
Enum Members
-
None =
0
-
ChildWindows =
1
-
RootWindow =
2
-
AnyWindow =
4
-
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
Instance Method Summary
Instance Method Detail
def
allow_when_blocked_by_active_item?
#
def
allow_when_disabled?
#
def
allow_when_overlapped?
#
def
allow_when_overlapped_by_item?
#
def
allow_when_overlapped_by_window?
#
def
root_and_child_windows?
#