summaryrefslogtreecommitdiffstats
path: root/ui/base/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/events.h')
-rw-r--r--ui/base/events.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/base/events.h b/ui/base/events.h
index 6712b19..1d8b2d6 100644
--- a/ui/base/events.h
+++ b/ui/base/events.h
@@ -52,8 +52,9 @@ enum EventType {
ET_GESTURE_SCROLL_END,
ET_GESTURE_SCROLL_UPDATE,
ET_GESTURE_TAP,
- ET_GESTURE_TAP_DOWN, // Sent before any other gesture types.
- ET_GESTURE_TAP_UP, // Sent after any other gestures.
+ ET_GESTURE_TAP_DOWN,
+ ET_GESTURE_BEGIN, // Sent before any other gesture types.
+ ET_GESTURE_END, // Sent after any other gestures.
ET_GESTURE_DOUBLE_TAP,
ET_GESTURE_TWO_FINGER_TAP,
ET_GESTURE_PINCH_BEGIN,