Touch_Tap confusion
Hey,
I'm a little confused with the Touch_Tap and Touch_End events. I would expect Touch_End to be triggered regardless of how long ago the Touch_Begin was triggered. I would only expect Touch_Tap to be triggered when there has been a very short amount of time between the Touch_Begin and Touch_End event.
So if the user taps the screen the Touch_Tap would be triggered and if the user presses the screen and drags something for example then when the user lifts their finger the Touch_End event is triggered. What I am seeing though is both the Touch_End and Touch_Tap event are triggered. This doesn't make sense to me as the user pressed, dragged and released - they didn't tap.
Am I doing something wrong or do I actually need to compare the times between the begin and the end to decide if I wan to treat it as a tap or not?
Thanks in advance!
