public final class ImGuiBackendFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
HasGamepad
Back-end Platform supports gamepad and currently has one connected.
|
static int |
HasMouseCursors
Back-end Platform supports honoring GetMouseCursor() value to change the OS cursor shape.
|
static int |
HasSetMousePos
Back-end Platform supports io.WantSetMousePos requests to reposition the OS mouse position (only used if ImGuiConfigFlags_NavEnableSetMousePos is set).
|
static int |
None |
static int |
RendererHasVtxOffset
Back-end 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