public final class ImGuiConfigFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
IsSRGB
Application is SRGB-aware.
|
static int |
IsTouchScreen
Application is using a touch screen instead of a mouse.
|
static int |
NavEnableGamepad
Master gamepad navigation enable flag.
|
static int |
NavEnableKeyboard
Master keyboard navigation enable flag.
|
static int |
NavEnableSetMousePos
Instruct navigation to move the mouse cursor.
|
static int |
NavNoCaptureKeyboard
Instruct navigation to not set the io.WantCaptureKeyboard flag when io.NavActive is set.
|
static int |
NoMouse
Instruct imgui to clear mouse position/buttons in NewFrame().
|
static int |
NoMouseCursorChange
Instruct back-end to not alter mouse cursor shape and visibility.
|
static int |
None |
public static final int None
public static final int NavEnableKeyboard
public static final int NavEnableGamepad
public static final int NavEnableSetMousePos
public static final int NavNoCaptureKeyboard
public static final int NoMouse
public static final int NoMouseCursorChange
public static final int IsSRGB
public static final int IsTouchScreen