public final class ImGuiFocusedFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AnyWindow
IsWindowFocused(): Return true if any window is focused.
|
static int |
ChildWindows
IsWindowFocused(): Return true if any children of the window is focused
|
static int |
None |
static int |
RootAndChildWindows |
static int |
RootWindow
IsWindowFocused(): 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 RootAndChildWindows