Hi,
I'm curious if there are any multitouch enhancements on your roadmap.... I've few issues and it seems like that's how NGUI currently works.
When "allow multi touch" is enabled on camera settings, camera appears to be sending two (or more) different touch events for each finger. When using it with drag scripts (Panels, etc) it's jumping between two fingers... That can be easily seen at the example 6. Just run it on the device (I'm using Kindle Fire btw, didn't tested that on iOS yet) and touch the green drag area with two fingers.
If I disable multitouch on camera, then it only looks for fist finger. As data is coming from a single finger, jumping problem is gone but the problem is, if there is a touch somewhere else and widgets accessed by 2nd finger, it's ignored...
I've also tried sending finger gestures delta to UIDraggablePanel but it's public Drag function is not actually using the delta value even if it appears to take it in... I've managed to move the panel with it but couldn't get momentum & spring...
Any info appreciated!
