aboutsummaryrefslogtreecommitdiff
path: root/src/pen-gestures/GestureTypes.ts
diff options
context:
space:
mode:
authorZachary Zhang <zacharyzhang7@gmail.com>2024-07-18 14:21:54 -0400
committerZachary Zhang <zacharyzhang7@gmail.com>2024-07-18 14:21:54 -0400
commita0e9c3471c1a8adcb7cc68b430735e023fe35654 (patch)
tree4144e2925acf2817f19e77dbc6c4eedc7cd126f6 /src/pen-gestures/GestureTypes.ts
parent57fd540054ac7c102fec4b0da73854f018f8bbd3 (diff)
gesture improvements
Diffstat (limited to 'src/pen-gestures/GestureTypes.ts')
-rw-r--r--src/pen-gestures/GestureTypes.ts1
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.