Searched refs:srcTouchPoint (Results 1 – 1 of 1) sorted by relevance
53 MMI::PointerEvent::PointerItem srcTouchPoint; in SetTouchEvent() local54 pointerEvent->GetPointerItem(pointIndex[i], srcTouchPoint); in SetTouchEvent()57 dstTouchPoint.screenX = srcTouchPoint.GetDisplayX(); in SetTouchEvent()58 dstTouchPoint.screenY = srcTouchPoint.GetDisplayY(); in SetTouchEvent()59 dstTouchPoint.x = srcTouchPoint.GetWindowX(); in SetTouchEvent()60 dstTouchPoint.y = srcTouchPoint.GetWindowY(); in SetTouchEvent()61 dstTouchPoint.isPressed = srcTouchPoint.IsPressed(); in SetTouchEvent()62 dstTouchPoint.pressure = srcTouchPoint.GetPressure(); in SetTouchEvent()