public final class ImGuiFocusRequestFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
None
Definition:
0 |
static int |
RestoreFocusedChild
Find last focused child (if any) and focus it instead.
|
static int |
UnlessBelowModal
Do not set focus if the window is below a modal.
|
public static final int None
0
public static final int RestoreFocusedChild
Definition: 1 << 0
public static final int UnlessBelowModal
Definition: 1 << 1