Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp202 int32_t keyEventFinalKey = keyEvent->GetKeyCode(); in MatchCombinationKeys() local
204 …MI_HILOGD("infoFinalKey:%{private}d,keyEventFinalKey:%{private}d", infoFinalKey, keyEventFinalKey); in MatchCombinationKeys()
205 if (infoFinalKey != keyEventFinalKey || items.size() > PRE_KEYS_SIZE || in MatchCombinationKeys()
219 if (item.GetKeyCode() == keyEventFinalKey) { in MatchCombinationKeys()