public final class ImGuiBackendFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
HasGamepad
Backend Platform supports gamepad and currently has one connected.
|
static int |
HasMouseCursors
Backend Platform supports honoring GetMouseCursor() value to change the OS cursor shape.
|
static int |
HasMouseHoveredViewport
Backend Platform supports setting io.MouseHoveredViewport to the viewport directly under the mouse _IGNORING_ viewports
with the ImGuiViewportFlags_NoInputs flag and _REGARDLESS_ of whether another viewport is focused and may be capturing the mouse.
|
static int |
HasSetMousePos
Backend Platform supports io.WantSetMousePos requests to reposition the OS mouse position (only used if ImGuiConfigFlags_NavEnableSetMousePos is set).
|
static int |
None |
static int |
PlatformHasViewports
Backend Platform supports multiple viewports.
|
static int |
RendererHasViewports
Backend Renderer supports multiple viewports.
|
static int |
RendererHasVtxOffset
Backend Renderer supports ImDrawCmd::VtxOffset.
|
public static final int None
public static final int HasGamepad
public static final int HasMouseCursors
public static final int HasSetMousePos
public static final int RendererHasVtxOffset
public static final int PlatformHasViewports
public static final int HasMouseHoveredViewport
public static final int RendererHasViewports