Lines Matching refs:GetKeyCode
1534 USHORT nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
1536 if ( ( nCode == KEY_A) && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1538 else if ( ( nCode == KEY_R ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1540 else if ( ( nCode == KEY_L ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1547 else if ( ( nCode == KEY_Z ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1551 else if ( ( nCode == KEY_V ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1556 else if ( ( ( nCode == KEY_ADD ) || ( nCode == KEY_SUBTRACT ) )&& rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1569 if ( rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1576 else if ( rKEvt.GetKeyCode().IsMod2() && in KeyInput()
1580 if( rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
1615 else if ( ( nCode == KEY_O ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1622 else if ( ( nCode == KEY_B ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1628 else if ( ( nCode == KEY_P ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1638 else if ( rKEvt.GetKeyCode().IsMod2() && in KeyInput()
1654 else if ( rKEvt.GetKeyCode().IsMod2() && ( nCode == KEY_0 ) ) in KeyInput()
1669 else if ( ( nCode == KEY_J ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
1680 else if ( ( nCode == KEY_H ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()