Home
last modified time | relevance | path

Searched defs:OnTouchEventCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Dtouch_listener_component.h27 using OnTouchEventCallback = std::function<void(const TouchEventInfo&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h1062 using OnTouchEventCallback = std::function<void(const TouchEventInfo&)>; variable