Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/adapter/keyboard/include/
H A Dkeyboard_event.h41 using CombinationKeyCallBack = std::function<void(std::shared_ptr<MMI::KeyEvent> keyEvent)>; variable
50 …static void SubscribeCombinationKey(int32_t preKey, int32_t finalKey, CombinationKeyCallBack callb…
/ohos5.0/base/inputmethod/imf/services/adapter/keyboard/src/
H A Dkeyboard_event.cpp53CombinationKeyCallBack combinationKeyCallBack = [callback](std::shared_ptr<MMI::KeyEvent> keyEvent… in AddKeyEventMonitor()
65 …rdEvent::SubscribeCombinationKey(int32_t preKey, int32_t finalKey, CombinationKeyCallBack callback) in SubscribeCombinationKey()