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

Commit 679cf58

Browse files
committed
scale gesture
1 parent 7f00096 commit 679cf58

File tree

6 files changed

+507
-0
lines changed

6 files changed

+507
-0
lines changed

Runtime/gestures/constants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ public static class Constants {
99
public const float kDoubleTapSlop = 100.0f;
1010

1111
public const float kPanSlop = kTouchSlop * 2.0f;
12+
13+
public const float kScaleSlop = kTouchSlop;
1214

1315
public static readonly TimeSpan kPressTimeout = new TimeSpan(0, 0, 0, 0, 100);
1416

0 commit comments

Comments
 (0)