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

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

Issue 2270143002: ui/events: Add changed_button_flags_ in ui::PointerEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « ui/events/mojo/OWNERS ('k') | ui/events/mojo/event_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/event.mojom
diff --git a/ui/events/mojo/event.mojom b/ui/events/mojo/event.mojom
index cf68bbe3dc4589c2e792ce2c9c83400424898b5a..d66b7d5a802843013653052caab63cd229e1a4a2 100644
--- a/ui/events/mojo/event.mojom
+++ b/ui/events/mojo/event.mojom
@@ -63,6 +63,7 @@ struct LocationData {
// TODO(rjkroege,sadrul): Add gesture representation.
struct PointerData {
int32 pointer_id;
+ int32 changed_button_flags;
PointerKind kind;
LocationData location;
// Some devices (e.g. pen, finger) can extend across multiple pixels
« no previous file with comments | « ui/events/mojo/OWNERS ('k') | ui/events/mojo/event_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698