Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/adapter/keyboard/src/
H A Dkeyboard_event.cpp53 …CombinationKeyCallBack combinationKeyCallBack = [callback](std::shared_ptr<MMI::KeyEvent> keyEvent… in AddKeyEventMonitor() local
60 …inationKey(MMI::KeyEvent::KEYCODE_META_LEFT, MMI::KeyEvent::KEYCODE_SPACE, combinationKeyCallBack); in AddKeyEventMonitor()
61 …nationKey(MMI::KeyEvent::KEYCODE_META_RIGHT, MMI::KeyEvent::KEYCODE_SPACE, combinationKeyCallBack); in AddKeyEventMonitor()