Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_touch_screen_device.cpp69 TouchScreenCoordinates touchScreenCoordinates = {}; in AnalysisTouchScreenDate() local
74 touchScreenCoordinates.xPos = posXYItem.xPos; in AnalysisTouchScreenDate()
75 touchScreenCoordinates.yPos = posXYItem.yPos; in AnalysisTouchScreenDate()
76 touchScreenInputEvent.events.push_back(touchScreenCoordinates); in AnalysisTouchScreenDate()