Closed pingpongboss closed 7 years ago
This is not possible. Because each GestureRecognizer has different slops, the moment BEGAN is called is different and thus the centroid at BEGAN is different for each GestureRecognizer.
Because each centroid is potentially different, one setPivot()
in one BEGAN will be overwritten by the other setPivot()
in another BEGAN. And this breaks the assumptions each GestureRecognizer makes.
Context: http://codereview.cc/D1986#inline-7881