prime31 / TouchKit

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

TKLongPressRecognizer #25

Closed mrhotgen1968 closed 8 years ago

mrhotgen1968 commented 9 years ago

In the constructor there is an error.

    this.allowableMovementCm = allowableMovementCm;

Should be...

    this.allowableMovementCm = allowableMovement;