Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h60 bool IsGestureEvent(std::shared_ptr<PointerEvent> pointerEvent) const;
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp201 if (!IsGestureEvent(pointerEvent)) { in OnInputEvent()
221 bool InputMonitor::IsGestureEvent(std::shared_ptr<PointerEvent> pointerEvent) const in IsGestureEvent() function in OHOS::MMI::InputMonitor