diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-04-28 16:31:57 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-04-28 16:31:57 -0400 |
| commit | 73d52c3c1a0b06e0180999cb876feb6025df31b2 (patch) | |
| tree | 98efc54bd6eadacf1c7599178c5abc0211cdb428 /src/pen-gestures | |
| parent | ab5a0bd7cee9366dabf4ce40bde89b67730da2a5 (diff) | |
fixed timestamps and added some scaling
Diffstat (limited to 'src/pen-gestures')
| -rw-r--r-- | src/pen-gestures/GestureUtils.ts | 3 |
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 ) { } } |
