diff options
| author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-07-18 14:21:54 -0400 |
|---|---|---|
| committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-07-18 14:21:54 -0400 |
| commit | a0e9c3471c1a8adcb7cc68b430735e023fe35654 (patch) | |
| tree | 4144e2925acf2817f19e77dbc6c4eedc7cd126f6 /src/pen-gestures/GestureTypes.ts | |
| parent | 57fd540054ac7c102fec4b0da73854f018f8bbd3 (diff) | |
gesture improvements
Diffstat (limited to 'src/pen-gestures/GestureTypes.ts')
| -rw-r--r-- | src/pen-gestures/GestureTypes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pen-gestures/GestureTypes.ts b/src/pen-gestures/GestureTypes.ts index d86562580..2e1c9d16f 100644 --- a/src/pen-gestures/GestureTypes.ts +++ b/src/pen-gestures/GestureTypes.ts @@ -7,6 +7,7 @@ export enum Gestures { Circle = 'circle', Rectangle = 'rectangle', Arrow = 'arrow', + RightAngle = 'rightangle', } // Defines a point in an ink as a pair of x- and y-coordinates. |
