Open steida opened 10 years ago
The x and y properties of the tap are equivalent and equal to clientX and clientY of the up event that generates the tap.
x
y
clientX
clientY
up
tap
https://github.com/Polymer/polymer-gestures/blob/master/src/tap.js#L78-L79
The
x
andy
properties of the tap are equivalent and equal toclientX
andclientY
of theup
event that generates thetap
.https://github.com/Polymer/polymer-gestures/blob/master/src/tap.js#L78-L79