We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ddd84 commit 26d8035Copy full SHA for 26d8035
1 file changed
src/types.ts
@@ -80,22 +80,22 @@ export interface INavElement {
80
button: IButton;
81
}
82
83
-export const enum SwipeDirection {
+export enum SwipeDirection {
84
NoSwipe = 0,
85
SwipeUp,
86
SwipeDown,
87
SwipeRight,
88
SwipeLeft,
89
90
91
-export const enum ActionKind {
+export enum ActionKind {
92
LeftClick = 0,
93
RightClick,
94
BothClick,
95
Touch,
96
97
98
-export const enum ButtonKind {
+export enum ButtonKind {
99
InfoButton = 0,
100
QuitAppButton,
101
0 commit comments