public final class ImGuiHoveredFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AllowWhenBlockedByActiveItem
Return true even if an active item is blocking access to this item/window.
|
static int |
AllowWhenBlockedByPopup
Return true even if a popup window is normally blocking access to this item/window
|
static int |
AllowWhenDisabled
Return true even if the item is disabled
|
static int |
AllowWhenOverlapped
Return true even if the position is obstructed or overlapped by another window
|
static int |
AnyWindow
IsWindowHovered() only: Return true if any window is hovered
|
static int |
ChildWindows
IsWindowHovered() only: Return true if any children of the window is hovered
|
static int |
None
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.
|
static int |
RectOnly |
static int |
RootAndChildWindows |
static int |
RootWindow
IsWindowHovered() only: Test from root window (top most parent of the current hierarchy)
|
public static final int None
public static final int ChildWindows
public static final int RootWindow
public static final int AnyWindow
public static final int AllowWhenBlockedByPopup
public static final int AllowWhenBlockedByActiveItem
public static final int AllowWhenOverlapped
public static final int AllowWhenDisabled
public static final int RectOnly
public static final int RootAndChildWindows