Home
last modified time | relevance | path

Searched refs:ImGuiNavMoveFlags_AlsoScoreVisibleSet (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h446ImGuiNavMoveFlags_AlsoScoreVisibleSet = 1 << 5 // Store alternate result in NavMoveResultLoca… enumerator
Dimgui.cpp7338 …if ((g.NavMoveRequestFlags & ImGuiNavMoveFlags_AlsoScoreVisibleSet) && window->ClipRect.Overlaps(n… in NavProcessItem()
7857 if (g.NavMoveRequestFlags & ImGuiNavMoveFlags_AlsoScoreVisibleSet) in NavUpdateMoveResult()
7923 ….NavMoveRequestFlags = ImGuiNavMoveFlags_AllowCurrentNavId | ImGuiNavMoveFlags_AlsoScoreVisibleSet; in NavUpdatePageUpPageDown()
7930 ….NavMoveRequestFlags = ImGuiNavMoveFlags_AllowCurrentNavId | ImGuiNavMoveFlags_AlsoScoreVisibleSet; in NavUpdatePageUpPageDown()