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

Unified Diff: mojo/services/input_events/public/interfaces/input_events.mojom

Issue 1029753002: Plumbs through android supplying multipe touch points (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: no pointer Created 5 years, 9 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
Index: mojo/services/input_events/public/interfaces/input_events.mojom
diff --git a/mojo/services/input_events/public/interfaces/input_events.mojom b/mojo/services/input_events/public/interfaces/input_events.mojom
index d6a0d28057c4dc9f18753dfbf78e0a56b96b2261..c576496123ad6e1605895b5fa9b74365c6505f91 100644
--- a/mojo/services/input_events/public/interfaces/input_events.mojom
+++ b/mojo/services/input_events/public/interfaces/input_events.mojom
@@ -55,6 +55,7 @@ struct PointerData {
float pressure;
float radius_major;
float radius_minor;
+ float orientation;
// Used for devices that support wheels. Ranges from -1 to 1.
float horizontal_wheel;
float vertical_wheel;

Powered by Google App Engine
This is Rietveld 408576698