summaryrefslogtreecommitdiffstats
path: root/ui/base/events/event_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/events/event_constants.h')
-rw-r--r--ui/base/events/event_constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/base/events/event_constants.h b/ui/base/events/event_constants.h
index 984b790..bb7706d 100644
--- a/ui/base/events/event_constants.h
+++ b/ui/base/events/event_constants.h
@@ -55,6 +55,10 @@ enum EventType {
ET_SCROLL_FLING_START,
ET_SCROLL_FLING_CANCEL,
+ // Sent by the system to indicate any modal type operations, such as drag and
+ // drop or menus, should stop.
+ ET_CANCEL_MODE,
+
// Must always be last. User namespace starts above this value.
// See ui::RegisterCustomEventType().
ET_LAST