I was looking at SPView processTouchEvent: and noticed that it creates new SPTouch events every time. This is unlike native UITouches, which persist across invocations of touchesBegan:, touchesMoved: etc, allowing one to easily track the motions of individual fingers. As far as I can tell, this information is lost with SPTouches.
Am I correct? If so, is there an easy way to work around this? Maybe this is actually a feature request
Thanks!