Home
last modified time | relevance | path

Searched refs:ImGuiNavInput_DpadRight (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h946 ImGuiNavInput_DpadRight, // enumerator
Dimgui.cpp7528 …delta += ImVec2(GetNavInputAmount(ImGuiNavInput_DpadRight, mode) - GetNavInputAmount(ImGuiNavInp… in GetNavInputAmount2d()
7740 …ed_dir_flags & (1<<ImGuiDir_Right)) && IsNavInputPressedAnyOfTwo(ImGuiNavInput_DpadRight,ImGuiNavI… in NavUpdate()