Searched refs:bNoMod (Results 1 – 2 of 2) sorted by relevance
995 bool bNoMod = !rKCode.GetModifier(); in KeyInput() local1004 if ( (nCode == KEY_TAB) && (bNoMod || bShift) ) in KeyInput()1006 MoveFocusByTabOrder( bNoMod ); // TAB uses logical order, regardless of mirroring in KeyInput()1009 else if ( bNoMod && (bUpDownKey || bLeftRightKey) ) in KeyInput()
452 bool bNoMod = !rKCode.GetModifier(); in KeyInput() local460 if( bNoMod ) in KeyInput()
Completed in 25 milliseconds