Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dgtx_input_event_sender.cpp53 MMI::PointerEvent::PointerItem srcTouchPoint; in SetTouchEvent() local
54 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()