fljot / Gestouch

Gestouch: multitouch gesture recognition library for Flash (ActionScript) development.
MIT License
355 stars 85 forks source link

gesture.touchesCount on GESTURE_ENDED it's possible? #52

Open Seb-AS opened 11 years ago

Seb-AS commented 11 years ago

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.