aboutsummaryrefslogtreecommitdiff
path: root/src/pen-gestures/GestureTypes.ts
diff options
context:
space:
mode:
authoreleanor-park <eleanor_park@brown.edu>2024-07-23 12:10:03 -0400
committereleanor-park <eleanor_park@brown.edu>2024-07-23 12:10:03 -0400
commit9e2f51dc5a1c82e9293e04c71f4430fd67ff3378 (patch)
treeb9111a1e31a31223c556850330ec187f3c396d64 /src/pen-gestures/GestureTypes.ts
parent3e1ef3d0b5445065ab3f44ffc17bbb04efaa8c8a (diff)
parenta1960941edc43d71508ec5cb244f453eb06cf2e1 (diff)
Merge remote-tracking branch 'origin/zach-starter' into eleanor-gptdraw
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.