Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: ui/mojo/events/input_event_constants.mojom

Issue 1313353010: Overhaul Mandoline event transport code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gn check Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/converters/input_events/input_events_type_converters.cc ('k') | ui/mojo/events/input_events.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/mojo/events/input_event_constants.mojom
diff --git a/ui/mojo/events/input_event_constants.mojom b/ui/mojo/events/input_event_constants.mojom
index b3e0ea1f663ef3f2009d200bf22859aa8ada5688..9b22e9843768a261bc77931e5a3b456ea04f3845 100644
--- a/ui/mojo/events/input_event_constants.mojom
+++ b/ui/mojo/events/input_event_constants.mojom
@@ -12,6 +12,7 @@ enum EventType {
POINTER_DOWN,
POINTER_MOVE,
POINTER_UP,
+ WHEEL,
};
// This mirrors ui::EventFlags
@@ -41,6 +42,14 @@ enum MouseEventFlags {
};
enum PointerKind {
- TOUCH,
MOUSE,
+ PEN,
+ TOUCH,
+};
+
+enum WheelMode {
+ PIXEL,
+ LINE,
+ PAGE,
+ SCALING,
};
« no previous file with comments | « mojo/converters/input_events/input_events_type_converters.cc ('k') | ui/mojo/events/input_events.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698