Searched refs:IsNavInputDown (Results 1 – 3 of 3) sorted by relevance
1413 …inline bool IsNavInputDown(ImGuiNavInput n) { return GImGu… in IsNavInputDown() function
7531 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()
2175 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()