Hello there!
Basically i'm wondering if it is possible to end a touch manually? Lets say I want to detect a swipe of a certain distance and compare the ccTouchBegan values with ccTouchMoved. If I detect the swipe and run an action, is there anyway to manually run ccTouchEnded or some equivalent to stop the touch? No need to keep looking for a swipe after it has occurred in case the player still holds the finger on the screen =)
Thank you