Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/driver/
H A Dinput_event.h27 using HandlePointersEventFunc = std::function<void(const input_event &ev, uint32_t type)>; variable
32 void RegisterHandleEventHelper(HandlePointersEventFunc ptr);
49 HandlePointersEventFunc handlePointersEventHelper_;
H A Dinput_event.cpp37 void InputEvent::RegisterHandleEventHelper(HandlePointersEventFunc ptr) in RegisterHandleEventHelper()