Home
last modified time | relevance | path

Searched refs:pointerAc (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp328 int32_t pointerAc = pointerEvent->GetPointerAction(); in DispatchPointerEventInner() local
329 if (pointerAc == PointerEvent::POINTER_ACTION_PULL_DOWN || pointerAc == PointerEvent::POINTER_ACTION_UP || in DispatchPointerEventInner()
330 pointerAc == PointerEvent::POINTER_ACTION_DOWN || pointerAc == PointerEvent::POINTER_ACTION_PULL_UP) { in DispatchPointerEventInner()
331 NotifyPointerEventToRS(pointerAc, sess->GetProgramName(), in DispatchPointerEventInner()
334 if (pointerAc != PointerEvent::POINTER_ACTION_MOVE && pointerAc != PointerEvent::POINTER_ACTION_AXIS_UPDATE && in DispatchPointerEventInner()
335 pointerAc != PointerEvent::POINTER_ACTION_ROTATE_UPDATE && in DispatchPointerEventInner()
336 pointerAc ! in DispatchPointerEventInner()
[all...]

Completed in 1 milliseconds