I read the SDK document, but can not understand some detail, need some help.
for the touchesEnded: -(void)touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event
1) what's the difference between touches and [event allTouches]?
2) If user release one finger, but still other fingers on screen, does the later event still contains the finger in touches or [event allTouches]?
Thanks