mirror of
https://github.com/flutter/flutter.git
synced 2026-02-13 14:21:39 +08:00
Instead of PointerInputEvent having a "type" field, we now have a different class for each pointer type. This has ripple effects throughout the system. I also did code cleanup in affected files while I was there.