Home
last modified time | relevance | path

Searched refs:ImGuiNavInput (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h1404 IMGUI_API float GetNavInputAmount(ImGuiNavInput n, ImGuiInputReadMode mode);
1413 …inline bool IsNavInputDown(ImGuiNavInput n) { return GImGu… in IsNavInputDown()
1414 …inline bool IsNavInputPressed(ImGuiNavInput n, ImGuiInputReadMode mode) { return GetNa… in IsNavInputPressed()
1415 …inline bool IsNavInputPressedAnyOfTwo(ImGuiNavInput n1, ImGuiNavInput n2, ImGuiInputRe… in IsNavInputPressedAnyOfTwo()
Dimgui.h129 typedef int ImGuiNavInput; // -> enum ImGuiNavInput_ // Enum: An input identifier f… typedef
Dimgui.cpp7500 float ImGui::GetNavInputAmount(ImGuiNavInput n, ImGuiInputReadMode mode) in GetNavInputAmount()