prime31 / TouchKit

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

Invalid touches being sent to recognizer #57

Closed darthbator closed 7 years ago

darthbator commented 7 years ago

Added an additional guard to not accidentally send incorrect touches. The way the code was I was getting updates for untracked touches in recognizers. This appears to have fixed that issue!