Searched refs:ImGuiConfigFlags_NavNoCaptureKeyboard (Results 1 – 2 of 2) sorted by relevance
976 …ImGuiConfigFlags_NavNoCaptureKeyboard = 1 << 3, // Instruct navigation to not set the io.WantC… enumerator
3350 …ImGuiConfigFlags_NavEnableKeyboard) && !(g.IO.ConfigFlags & ImGuiConfigFlags_NavNoCaptureKeyboard)) in UpdateHoveredWindowAndCaptureFlags()