Searched refs:start_windowing_with_keyboard (Results 1 – 1 of 1) sorted by relevance
7997 …bool start_windowing_with_keyboard = !g.NavWindowingTarget && g.IO.KeyCtrl && IsKeyPressedMap(ImGu… in NavUpdateWindowing() local7998 if (start_windowing_with_gamepad || start_windowing_with_keyboard) in NavUpdateWindowing()8003 g.NavWindowingToggleLayer = start_windowing_with_keyboard ? false : true; in NavUpdateWindowing()8004 …g.NavInputSource = start_windowing_with_keyboard ? ImGuiInputSource_NavKeyboard : ImGuiInputSource… in NavUpdateWindowing()