public final class ImGuiFocusedFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AnyWindow
Return true if any window is focused.
|
static int |
ChildWindows
Return true if any children of the window is focused
|
static int |
DockHierarchy
Consider docking hierarchy (treat dockspace host as parent of docked window) (when used with _ChildWindows or _RootWindow)
|
static int |
None |
static int |
NoPopupHierarchy
Do not consider popup hierarchy (do not treat popup emitter as parent of popup) (when used with _ChildWindows or _RootWindow)
|
static int |
RootAndChildWindows |
static int |
RootWindow
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 NoPopupHierarchy
public static final int DockHierarchy
public static final int RootAndChildWindows