alias ImGui::TopLevel::ImGuiBackendFlags
Alias Definition
ImGui::ImGuiBackendFlags
  Defined in:
types.crConstant Summary
- 
        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). 
- 
        None = 0
- 
        RendererHasVtxOffset = 8
- 
        Backend Renderer supports ImDrawCmd::VtxOffset. This enables output of large meshes (64K+ vertices) while still using 16-bit indices.