Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h956ImGuiNavInput_TweakFast, // faster tweaks // e.g. R1 or R2 (PS4… enumerator
Dimgui.cpp7533 if (fast_factor != 0.0f && IsNavInputDown(ImGuiNavInput_TweakFast)) in GetNavInputAmount2d()
7597 if (g.IO.KeyShift) g.IO.NavInputs[ImGuiNavInput_TweakFast] = 1.0f; in NavUpdate()
Dimgui_widgets.cpp2185 if (IsNavInputDown(ImGuiNavInput_TweakFast)) in SliderBehaviorT()