mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL switches Sky to a pointer events model that unifies mouse and touch with a common event model. This implementation is just enough to make the example widgets work. The rest of the design is in the specs, which we hope to converge with over time. R=ojan@chromium.org Review URL: https://codereview.chromium.org/866213004