Searched defs:isPressShift (Results 1 – 1 of 1) sorted by relevance
1659 bool isPressShift = false; member1698 bool InputManagerCommand::IsSpecialChar(char character, int32_t &keyCode, bool &isPressShift) in IsSpecialChar()1710 int32_t InputManagerCommand::PrintKeyboardTextChar(int32_t keyCode, bool isPressShift) in PrintKeyboardTextChar()1773 bool isPressShift = false; in ProcessKeyboardTextInput() local