Searched refs:TouchCallBackInfo (Results 1 – 1 of 1) sorted by relevance
513 class TouchCallBackInfo : public BaseEventInfo {514 DECLARE_RELATIONSHIP_OF_CLASSES(TouchCallBackInfo, BaseEventInfo);517 explicit TouchCallBackInfo(TouchType type) : BaseEventInfo("onTouchEvent"), touchType_(type) {} in TouchCallBackInfo() function518 ~TouchCallBackInfo() override = default;