Searched defs:KeyEventCallback (Results 1 – 4 of 4) sorted by relevance
37 …using KeyEventCallback = std::function<void(std::shared_ptr<MMI::KeyEvent> &keyEvent, bool isConsu… variable
119 using KeyEventCallback = std::function<void(std::shared_ptr<MMI::KeyEvent> &keyEvent, bool isConsum… variable
60 using KeyEventCallback = std::function<bool(const KeyEvent&)>; variable
1290 static void KeyEventCallback(const struct Input_KeyEvent* keyEvent) in KeyEventCallback() function