aboutsummaryrefslogtreecommitdiff
path: root/src/pen-gestures
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-04-28 16:31:57 -0400
committermehekj <mehek.jethani@gmail.com>2022-04-28 16:31:57 -0400
commit73d52c3c1a0b06e0180999cb876feb6025df31b2 (patch)
tree98efc54bd6eadacf1c7599178c5abc0211cdb428 /src/pen-gestures
parentab5a0bd7cee9366dabf4ce40bde89b67730da2a5 (diff)
fixed timestamps and added some scaling
Diffstat (limited to 'src/pen-gestures')
-rw-r--r--src/pen-gestures/GestureUtils.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts
index cf59cb3c6..65f2bf80c 100644
--- a/src/pen-gestures/GestureUtils.ts
+++ b/src/pen-gestures/GestureUtils.ts
@@ -8,8 +8,7 @@ export namespace GestureUtils {
readonly gesture: Gestures,
readonly points: PointData[],
readonly bounds: Rect,
- readonly text?: any,
- readonly times?: number[]
+ readonly text?: any
) { }
}