Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h404 ImGuiInputSource_Nav, enumerator
Dimgui_widgets.cpp531 else if (g.ActiveIdSource == ImGuiInputSource_Nav) in ButtonBehavior()
1752 else if (g.ActiveIdSource == ImGuiInputSource_Nav) in DragBehaviorT()
1841 …else if (g.ActiveIdSource == ImGuiInputSource_Nav && g.NavActivatePressedId == id && !g.ActiveIdIs… in DragBehavior()
2160 else if (g.ActiveIdSource == ImGuiInputSource_Nav) in SliderBehaviorT()
Dimgui.cpp2654 …d == id || g.NavJustTabbedId == id || g.NavJustMovedToId == id) ? ImGuiInputSource_Nav : ImGuiInpu… in SetActiveID()
2675 if (g.ActiveIdSource == ImGuiInputSource_Nav) in SetFocusID()
4367 g.ActiveIdSource = ImGuiInputSource_Nav; in BeginChildEx()