Gestouch icon indicating copy to clipboard operation
Gestouch copied to clipboard

gesture.touchesCount on GESTURE_ENDED it's possible?

Open Seb-AS opened this issue 12 years ago • 0 comments

Hi Fljot.

I found an issue using transformeGesture, when I tried to know how many fingers are on the screen in GESTURE_ENDED, it was always 0.

I'm using gesture.touchesCount.

I also tried using a boolean in GESTURE_CHANGED, but looks like GESTURE_ENDED call GESTURE_CHANGED before it close.

There is another way to know how many fingers are on the screen in GESTURE_ENDED?

Thanks

Sebas.

Seb-AS avatar Aug 20 '13 20:08 Seb-AS