Searched refs:ImGuiInputSource_Nav (Results 1 – 3 of 3) sorted by relevance
404 ImGuiInputSource_Nav, enumerator
531 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()
2654 …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()