• Todd Volkert's avatar
    Gesture recognizer cleanup (#81884) · e88a387b
    Todd Volkert authored
    * Gesture recognizer cleanup
    
    1) Make OneSequenceGestureRecognizer.addAllowedPointer()
       call startTrackingPointer(), and change subclasses to
       call super.addAllowedPointer() in place of manually
       calling startTrackingPointer().
    2) Fix addAllowedPointer overrides to take PointerDownEvent
       where some were taking PointerEvent.
    3) Add API documentation to OneSequenceGestureRecognizer
    4) Make the following fields in OneSequenceGestureRecognizer
       private with public getters instead of publicly writable:
       `state`, `primaryPointer`, and `initialPosition`.
    5) Clean up gesture recognizer state in
       OneSequenceGestureRecognizer.didStopTrackingLastPointer.
    
    Fixes #81883
    e88a387b
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...