enum ImGui::ImGuiBackendFlags
Overview
Defined in:
types.crEnum Members
-
None =
0
-
HasGamepad =
1
-
Backend Platform supports gamepad and currently has one connected.
-
HasMouseCursors =
2
-
Backend Platform supports honoring GetMouseCursor() value to change the OS cursor shape.
-
HasSetMousePos =
4
-
Backend Platform supports io.WantSetMousePos requests to reposition the OS mouse position (only used if ImGuiConfigFlags_NavEnableSetMousePos is set).
-
RendererHasVtxOffset =
8
-
Backend Renderer supports ImDrawCmd::VtxOffset. This enables output of large meshes (64K+ vertices) while still using 16-bit indices.
-
All =
15