prime31 / TouchKit

Gestures and input handling made sane for Unity
904 stars 137 forks source link

Tap actually takes the total distance moved to determine it's delta thre... #21

Closed newcommat closed 9 years ago

newcommat commented 9 years ago

...shold rather than just the last recorded touch delta frame

Previously it was simple using the deltaPosition, this is a perframe value rather than the touch lifetime