Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h513 class TouchCallBackInfo : public BaseEventInfo {
514 DECLARE_RELATIONSHIP_OF_CLASSES(TouchCallBackInfo, BaseEventInfo);
517 explicit TouchCallBackInfo(TouchType type) : BaseEventInfo("onTouchEvent"), touchType_(type) {} in TouchCallBackInfo() function
518 ~TouchCallBackInfo() override = default;