public final class ImGuiConfigFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DockingEnable
[BETA] Docking
Docking enable flags.
|
static int |
DpiEnableScaleFonts
[BETA: Don't use] FIXME-DPI: Request bitmap-scaled fonts to match DpiScale.
|
static int |
DpiEnableScaleViewports
[BETA: Don't use] FIXME-DPI: Reposition and resize imgui windows when the DpiScale of a viewport changed (mostly useful for the main viewport hosting other window).
|
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 backend to not alter mouse cursor shape and visibility.
|
static int |
None |
static int |
ViewportsEnable
Viewport enable flags (require both ImGuiBackendFlags_PlatformHasViewports + ImGuiBackendFlags_RendererHasViewports set by the respective backends)
|
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 DockingEnable
public static final int ViewportsEnable
public static final int DpiEnableScaleViewports
public static final int DpiEnableScaleFonts
public static final int IsSRGB
public static final int IsTouchScreen