issues
search
prime31
/
TouchKit
Gestures and input handling made sane for Unity
906
stars
137
forks
source link
Fixed deltaScale problem and some other things
#29
Closed
buck-0x
closed
9 years ago
buck-0x
commented
9 years ago
prevented distanceBetweenTrackedTouched from returning NaN. This happens in the editor when simulating touches.
should check for _trackingTouches == 2 on both branches in touchesMoved( ... )
removed some weird logic in touchesBegan( ... )