Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit fe0eb3d

Browse files
committed
Add shake gesture
1 parent bedd197 commit fe0eb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const GESTURES_MICROBIT = [
122122
"6g",
123123
"8g",
124124
];
125-
export const GESTURES_CLUE = ["up", "down", "left", "right"];
125+
export const GESTURES_CLUE = ["up", "down", "left", "right", "shake"];
126126

127127
export enum WEBVIEW_ATTRIBUTES_KEY {
128128
INITIAL_DEVICE = "initial_device",

0 commit comments

Comments
 (0)