mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The NSEvent->Flutter event conversion code for pointer events was multiplying seconds by nanoseconds per milliseconds. While this does end up giving the right number of microseconds, it's a very confusing way to write it.