• Adam Barth's avatar
    Convert drag gestures to use details objects (#4343) · 2d4acb80
    Adam Barth authored
    Previously we supplied individual parameters to the various drag and pan
    callbacks. However, that approach isn't extensible because each new
    parameter is a breaking change to the API.
    
    This patch makes a one-time breaking change to the API to provide a
    "details" object that we can extend over time as we need to expose more
    information. The first planned extension is adding enough information to
    accurately produce an overscroll glow on Android.
    2d4acb80
Name
Last commit
Last update
..
animation Loading commit data...
cassowary Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
widget Loading commit data...