DescriptionGestures are now possible using touch events with any ids
Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer.
The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches.
A lower point_id indicates that a touch occurred first.
BUG=113144
TEST=GestureRecognizerTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123989
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124071
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124668
Patch Set 1 #
Total comments: 10
Patch Set 2 : Comments, merge in_use_ and point_id_ #Patch Set 3 : Commented GetPointByPointId #
Total comments: 11
Patch Set 4 : Sadrul's fixes #
Total comments: 7
Patch Set 5 : Removed unnecessary DCHECK #Patch Set 6 : Rebase #Patch Set 7 : Fix aura_shell_unittests #Patch Set 8 : Ignore events which haven't been preceded by a press. Fix pinch. #
Total comments: 3
Patch Set 9 : Allow consecutive touch presses with the same touch-id. #
Total comments: 1
Messages
Total messages: 29 (0 generated)
|