Searched refs:ImGuiInputSource_NavKeyboard (Results 1 – 3 of 3) sorted by relevance
4776 if (g.NavInputSource == ImGuiInputSource_NavKeyboard && g.IO.KeyShift) in UpdateManualResize()7588 …Map[_KEY])) { g.IO.NavInputs[_NAV_INPUT] = 1.0f; g.NavInputSource = ImGuiInputSource_NavKeyboard; } in NavUpdate()8004 …g.NavInputSource = start_windowing_with_keyboard ? ImGuiInputSource_NavKeyboard : ImGuiInputSource… in NavUpdateWindowing()8035 if (g.NavWindowingTarget && g.NavInputSource == ImGuiInputSource_NavKeyboard) in NavUpdateWindowing()8055 if (g.NavInputSource == ImGuiInputSource_NavKeyboard && !g.IO.KeyShift) in NavUpdateWindowing()
405 …ImGuiInputSource_NavKeyboard, // Only used occasionally for storage, not tested/handled by most … enumerator
3213 ….NavInputId == id) || (g.NavActivateId == id && g.NavInputSource == ImGuiInputSource_NavKeyboard)); in InputTextEx()