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

Unified Diff: ui/events/event.h

Issue 2904113002: Replacing WM_TOUCH with WM_POINTER for touch events on Wins 8+ (Closed)
Patch Set: wm touch Created 3 years, 6 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/base/test/ui_controls_win.cc ('k') | ui/views/win/hwnd_message_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 2a2e0c1c9335f65d701943f7a72a6c3cab1ace8d..48b652ed0f0cda825dd441cf1cbc5d3500250f1b 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -717,6 +717,8 @@ class EVENTS_EXPORT TouchEvent : public LocatedEvent {
// A unique identifier for the touch event.
uint32_t unique_event_id_;
+ // TODO(726824): Remove rotation_angle_ from ui::TouchEvent, just use twist
+ // in PointerDetails.
// Clockwise angle (in degrees) of the major axis from the X axis. Must be
// less than 180 and non-negative.
float rotation_angle_;
« no previous file with comments | « ui/base/test/ui_controls_win.cc ('k') | ui/views/win/hwnd_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698