diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-08 20:54:11 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-08 20:54:11 -0400 |
| commit | 56e3d5c6958f51f09cc8a2d19e5c00e5bb59093c (patch) | |
| tree | 5ff0da85eeb77d086394b783ab01f93534e205e3 /src/pen-gestures/GestureUtils.ts | |
| parent | 3e7cc70f7588c738c34de1d087e1d53b9410d9fe (diff) | |
| parent | ef17b488348b0ac9f869878829fc6a60f64f9304 (diff) | |
Merge branch 'ink_menu'
Diffstat (limited to 'src/pen-gestures/GestureUtils.ts')
| -rw-r--r-- | src/pen-gestures/GestureUtils.ts | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts index 3b6170f68..20e14a68d 100644 --- a/src/pen-gestures/GestureUtils.ts +++ b/src/pen-gestures/GestureUtils.ts @@ -1,12 +1,6 @@ -import { NDollarRecognizer } from "./ndollar"; -import { Type } from "typescript"; -import { InkField, PointData } from "../fields/InkField"; -import { Docs } from "../client/documents/Documents"; -import { Doc, WidthSym, HeightSym } from "../fields/Doc"; -import { NumCast } from "../fields/Types"; -import { CollectionFreeFormView } from "../client/views/collections/collectionFreeForm/CollectionFreeFormView"; import { Rect } from "react-measure"; -import { Scripting } from "../client/util/Scripting"; +import { PointData } from "../fields/InkField"; +import { NDollarRecognizer } from "./ndollar"; export namespace GestureUtils { export class GestureEvent { @@ -39,7 +33,10 @@ export namespace GestureUtils { EndBracket = "endbracket", Stroke = "stroke", Scribble = "scribble", - Text = "text" + Text = "text", + Triangle = "triangle", + Circle = "circle", + Rectangle = "rectangle", } export const GestureRecognizer = new NDollarRecognizer(false); |
