Multi-touch acting strange on iOS

Gav GMTDev wrote:

Yeah I went to V2 a while ago and found the same thing, kinda forgot about it after doing a little hack in my Cocos2d-x myself. I found ……
was wrong, checked with latest build - see below.

hey where is the code … what does the snip mean???

Gav GMTDev wrote:

Yeah I went to V2 a while ago and found the same thing, kinda forgot about it after doing a little hack in my Cocos2d-x myself. I found ……
was wrong, checked with latest build - see below.

how do I set the id in 3. Now go through all the “setTouchInfo” calls in the CCEGLViewProtocol.cpp file, you will need to change them in the following order. Note the last parameter (for the id2) is the addition:-
[…]

I also checked the post here but in that the index was set in a .mm file http://www.cocos2d-x.org/boards/6/topics/4043

is the id here the memory address of touch?? like id2 = (int)touch;???

could you help me solve the problem here http://www.cocos2d-x.org/boards/6/topics/34618?r=34636#message-34636