Searched refs:NavJustMovedToId (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h827 ImGuiID NavJustMovedToId; // Just navigated to this id (result of a successfully MoveRequest). member in struct:ImGuiContext
977 NavJustTabbedId = NavJustMovedToId = NavJustMovedToSelectScopeId = NavNextActivateId = 0;
H A Dimgui.cpp2654 g.ActiveIdSource = (g.NavActivateId == id || g.NavInputId == id || g.NavJustTabbedId == id || g.NavJustMovedToId == id) ? ImGuiInputSource_Nav : ImGuiInputSource_Mouse;
7619 g.NavJustMovedToId = 0;
7887 // Don't set NavJustMovedToId if just landed on the same spot (which may happen with ImGuiNavMoveFlags_AllowCurrentNavId)
7888 g.NavJustMovedToId = result->ID;
H A Dimgui_widgets.cpp6081 if (scroll_track_selected_tab_id == 0 && g.NavJustMovedToId == tab->ID)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h827 ImGuiID NavJustMovedToId; // Just navigated to this id (result of a successfully MoveRequest). member in struct:ImGuiContext
977 NavJustTabbedId = NavJustMovedToId = NavJustMovedToSelectScopeId = NavNextActivateId = 0;
H A Dimgui.cpp2654 g.ActiveIdSource = (g.NavActivateId == id || g.NavInputId == id || g.NavJustTabbedId == id || g.NavJustMovedToId == id) ? ImGuiInputSource_Nav : ImGuiInputSource_Mouse;
7619 g.NavJustMovedToId = 0;
7887 // Don't set NavJustMovedToId if just landed on the same spot (which may happen with ImGuiNavMoveFlags_AllowCurrentNavId)
7888 g.NavJustMovedToId = result->ID;
H A Dimgui_widgets.cpp6081 if (scroll_track_selected_tab_id == 0 && g.NavJustMovedToId == tab->ID)

Completed in 66 milliseconds