Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1413 …inline bool IsNavInputDown(ImGuiNavInput n) { return GImGu… in IsNavInputDown() function
Dimgui.cpp7531 if (slow_factor != 0.0f && IsNavInputDown(ImGuiNavInput_TweakSlow)) in GetNavInputAmount2d()
7533 if (fast_factor != 0.0f && IsNavInputDown(ImGuiNavInput_TweakFast)) in GetNavInputAmount2d()
7709 bool activate_down = IsNavInputDown(ImGuiNavInput_Activate); in NavUpdate()
8023 if (!IsNavInputDown(ImGuiNavInput_Menu)) in NavUpdateWindowing()
Dimgui_widgets.cpp2175 if (IsNavInputDown(ImGuiNavInput_TweakSlow)) in SliderBehaviorT()
2180 … if ((v_range >= -100.0f && v_range <= 100.0f) || IsNavInputDown(ImGuiNavInput_TweakSlow)) in SliderBehaviorT()
2185 if (IsNavInputDown(ImGuiNavInput_TweakFast)) in SliderBehaviorT()