mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We compute these details in the gesture recognizer, but previously we weren't including this information in the actual mojo::Event. This CL also decodes this information into WebInputEvents for Sky. R=erg@chromium.org Review URL: https://codereview.chromium.org/788953007