Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 96b62e3

Browse files
authored
Merge pull request #164 from UnityTech/gesture
Gesture
2 parents 7f00096 + df4d10c commit 96b62e3

File tree

6 files changed

+558
-22
lines changed

6 files changed

+558
-22
lines changed

Runtime/gestures/constants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ public static class Constants {
1010

1111
public const float kPanSlop = kTouchSlop * 2.0f;
1212

13+
public const float kScaleSlop = kTouchSlop;
14+
1315
public static readonly TimeSpan kPressTimeout = new TimeSpan(0, 0, 0, 0, 100);
1416

1517
public static readonly TimeSpan kDoubleTapTimeout = new TimeSpan(0, 0, 0, 0, 300);

0 commit comments

Comments
 (0)