Searched refs:firstXY (Results 1 – 2 of 2) sorted by relevance
1137 this.firstXY = {X: inTouch.clientX, Y: inTouch.clientY}; property1146 this.firstXY = null;1210 self.firstXY = null;1235 if (this.firstXY) {1250 var da = Math.abs(t['client' + a] - this.firstXY[a]);1251 var doa = Math.abs(t['client' + oa] - this.firstXY[oa]);1321 } else if (this.firstXY) {1323 var dx = t.clientX - this.firstXY.X;1324 var dy = t.clientY - this.firstXY.Y;1329 this.firstXY = null;
11 …firstXY={X:a.clientX,Y:a.clientY},this.firstTarget=a.target,this.scrolling=null,this.cancelResetCl…