Searched refs:isPressShift (Results 1 – 2 of 2) sorted by relevance
63 int32_t PrintKeyboardTextChar(int32_t keyCode, bool isPressShift);64 bool IsSpecialChar(char character, int32_t &keyCode, bool &isPressShift);
1659 bool isPressShift = false; member1706 isPressShift = iter->second.isPressShift; in IsSpecialChar()1710 int32_t InputManagerCommand::PrintKeyboardTextChar(int32_t keyCode, bool isPressShift) in PrintKeyboardTextChar() argument1719 if (isPressShift) { in PrintKeyboardTextChar()1742 if (isPressShift) { in PrintKeyboardTextChar()1773 bool isPressShift = false; in ProcessKeyboardTextInput() local1778 isPressShift = false; in ProcessKeyboardTextInput()1781 isPressShift = false; in ProcessKeyboardTextInput()1784 isPressShift = true; in ProcessKeyboardTextInput()1786 } else if (!IsSpecialChar(textChar, keyCode, isPressShift)) { in ProcessKeyboardTextInput()[all …]