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

Unified Diff: views/event.h

Issue 3192002: Added entry points to view/View to dispatch and process TouchEvents. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: final changes Created 10 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 | « no previous file | views/touchui/gesture_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/event.h
diff --git a/views/event.h b/views/event.h
index 14a6af7cc1256409f44fb7b0e79fd8964b98f4d3..f02bd1b2c7ea3b9673466c8247c6366a2a697b2b 100644
--- a/views/event.h
+++ b/views/event.h
@@ -290,7 +290,8 @@ class TouchEvent : public LocatedEvent {
}
private:
- // The identity (typically finger) of the touch.
+ // The identity (typically finger) of the touch starting at 0 and incrementing
+ // for each separable additional touch that the hardware can detect.
const int touch_id_;
DISALLOW_COPY_AND_ASSIGN(TouchEvent);
« no previous file with comments | « no previous file | views/touchui/gesture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698