Searched refs:ImGuiNavMoveResult (Results 1 – 2 of 2) sorted by relevance
72 struct ImGuiNavMoveResult; // Result of a directional navigation move query result691 struct ImGuiNavMoveResult struct701 ImGuiNavMoveResult() { Clear(); } in ImGuiNavMoveResult() argument856 …ImGuiNavMoveResult NavMoveResultLocal; // Best move request candidate within …857 …ImGuiNavMoveResult NavMoveResultLocalVisibleSet; // Best move request candidate within …858 …ImGuiNavMoveResult NavMoveResultOther; // Best move request candidate within …
7159 static bool NavScoreItem(ImGuiNavMoveResult* result, ImRect cand) in NavScoreItem()7320 …ImGuiNavMoveResult* result = (window == g.NavWindow) ? &g.NavMoveResultLocal : &g.NavMoveResultOth… in NavProcessItem()7854 …ImGuiNavMoveResult* result = (g.NavMoveResultLocal.ID != 0) ? &g.NavMoveResultLocal : &g.NavMoveRe… in NavUpdateMoveResult()