aboutsummaryrefslogtreecommitdiff
path: root/src/pen-gestures
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-04-12 18:09:03 -0400
committermehekj <mehek.jethani@gmail.com>2022-04-12 18:09:03 -0400
commitab0e1ac6f5b21f2e10bdce428c882482a0f159b4 (patch)
treed876c2be46b46e62b0566ee65932fd05ab5dfc0f /src/pen-gestures
parentac5a0f85886c4a0357d90ec494f4a44a5efdd585 (diff)
ink to text for groupings
Diffstat (limited to 'src/pen-gestures')
-rw-r--r--src/pen-gestures/GestureUtils.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts
index 65f2bf80c..cf59cb3c6 100644
--- a/src/pen-gestures/GestureUtils.ts
+++ b/src/pen-gestures/GestureUtils.ts
@@ -8,7 +8,8 @@ export namespace GestureUtils {
readonly gesture: Gestures,
readonly points: PointData[],
readonly bounds: Rect,
- readonly text?: any
+ readonly text?: any,
+ readonly times?: number[]
) { }
}