Home
last modified time | relevance | path

Searched refs:isPressShift (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/inject_event/include/
H A Dinput_manager_command.h63 int32_t PrintKeyboardTextChar(int32_t keyCode, bool isPressShift);
64 bool IsSpecialChar(char character, int32_t &keyCode, bool &isPressShift);
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp1659 bool isPressShift = false; member
1706 isPressShift = iter->second.isPressShift; in IsSpecialChar()
1710 int32_t InputManagerCommand::PrintKeyboardTextChar(int32_t keyCode, bool isPressShift) in PrintKeyboardTextChar() argument
1719 if (isPressShift) { in PrintKeyboardTextChar()
1742 if (isPressShift) { in PrintKeyboardTextChar()
1773 bool isPressShift = false; in ProcessKeyboardTextInput() local
1778 isPressShift = false; in ProcessKeyboardTextInput()
1781 isPressShift = false; in ProcessKeyboardTextInput()
1784 isPressShift = true; in ProcessKeyboardTextInput()
1786 } else if (!IsSpecialChar(textChar, keyCode, isPressShift)) { in ProcessKeyboardTextInput()
[all …]