aboutsummaryrefslogtreecommitdiffstats
path: root/src/gestures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gestures.h')
-rw-r--r--src/gestures.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gestures.h b/src/gestures.h
index 18ac920..de029b7 100644
--- a/src/gestures.h
+++ b/src/gestures.h
@@ -5,8 +5,10 @@
////////////////////////////////////////////////////////
-#define GS_MOVE 0
-#define GS_BUTTON 1
+#define GS_BUTTON 0
+#define GS_MOVE 1
+#define GS_VSCROLL 2
+#define GS_HSCROLL 3
////////////////////////////////////////////////////////