Searched refs:HandlePointersEventFunc (Results 1 – 2 of 2) sorted by relevance
27 using HandlePointersEventFunc = std::function<void(const input_event &ev, uint32_t type)>; variable32 void RegisterHandleEventHelper(HandlePointersEventFunc ptr);49 HandlePointersEventFunc handlePointersEventHelper_;
37 void InputEvent::RegisterHandleEventHelper(HandlePointersEventFunc ptr) in RegisterHandleEventHelper()