Searched refs:ImGuiNavInput_COUNT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h965 ImGuiNavInput_COUNT, enumerator in enum:ImGuiNavInput_
1359 float NavInputs[ImGuiNavInput_COUNT]; // Gamepad inputs. Cleared back to zero by EndFrame(). Keyboard keys will be auto-mapped and be written here by NewFrame().
1402 float NavInputsDownDuration[ImGuiNavInput_COUNT];
1403 float NavInputsDownDurationPrev[ImGuiNavInput_COUNT];
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h965 ImGuiNavInput_COUNT, enumerator in enum:ImGuiNavInput_
1359 float NavInputs[ImGuiNavInput_COUNT]; // Gamepad inputs. Cleared back to zero by EndFrame(). Keyboard keys will be auto-mapped and be written here by NewFrame().
1402 float NavInputsDownDuration[ImGuiNavInput_COUNT];
1403 float NavInputsDownDurationPrev[ImGuiNavInput_COUNT];

Completed in 16 milliseconds