Searched refs:dstTouchPoint (Results 1 – 1 of 1) sorted by relevance
52 GtxTouchPoint& dstTouchPoint = mEvent.touchPoints[i]; in SetTouchEvent() local56 dstTouchPoint.id = pointIndex[i]; 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()