Searched refs:ImGuiConfigFlags_NavEnableSetMousePos (Results 1 – 2 of 2) sorted by relevance
975 …ImGuiConfigFlags_NavEnableSetMousePos = 1 << 2, // Instruct navigation to move the mouse curso… enumerator
7105 …Highlight && g.NavDisableMouseHover && !(g.IO.ConfigFlags & ImGuiConfigFlags_NavEnableSetMousePos)) in FindBestWindowPosForPopup()7638 …if ((g.IO.ConfigFlags & ImGuiConfigFlags_NavEnableSetMousePos) && (g.IO.BackendFlags & ImGuiBacken… in NavUpdate()