Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dkeyboard_inject.cpp30 constexpr int32_t LINUX_KEY_BACK { 158 }; variable
41 auto ret = keyCodeMap_.insert(std::make_pair(INPUT_KEY_BACK, LINUX_KEY_BACK)); in KeyboardInject()