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..ed69f92c31c83d08e6c11615fcf5a63d35b2c91b 100644 |
--- a/ui/mojo/events/input_event_constants.mojom |
+++ b/ui/mojo/events/input_event_constants.mojom |
@@ -41,6 +41,16 @@ enum MouseEventFlags { |
}; |
enum PointerKind { |
- TOUCH, |
+ UNKNOWN, |
MOUSE, |
+ PEN, |
+ TOUCH, |
+ WHEEL, |
+}; |
+ |
+enum WheelMode { |
+ PIXEL, |
+ LINE, |
+ PAGE, |
+ SCALING, |
}; |