Searched refs:coords (Results 1 – 1 of 1) sorted by relevance
63 PointerCoords coords; in getSimpleMotionEvent() local64 coords.bits = Axis::X | Axis::Y; in getSimpleMotionEvent()65 coords.values = {1 /*X*/, 2 /*Y*/}; in getSimpleMotionEvent()66 event.pointerCoords = {coords}; in getSimpleMotionEvent()