Thanks Ashley for you quick answer! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
I agree with you about the "Is touching" event being incorrect. I tried to simplify the example of the issue but made more confusion. Please, let me show you the full set of event:
... and a functional example of this events (if possible try it in a device that supports multi-touch):
https://dl.dropboxusercontent.com/u/109 ... index.html
My test cases:
One touch drawing a line;
Multiple touches starting together;
A group A of touches starting together and then a group B of touches starting together, and group A and B ending together;
A group A of touches starting together and then a group B of touches starting together, and then group A or B ending and the other group ending;
So, I wonder how could I do that without my hack and without an extra plugin? For example, if there is a way to iterate all current touches and get their TouchIDs.