Re: [w3c/uievents] Wheel event: determine difference between trackpad and mouse events (Issue #337)

yjbanov left a comment (w3c/uievents#337)

This would solve one of Flutter's [most upvoted issues](https://github.com/flutter/flutter/issues?q=is%3Aissue%20state%3Aopen%20label%3Aplatform-web%20sort%3Areactions-%2B1-desc) on the web:

https://github.com/flutter/flutter/issues/32120

For the scroll use-case specifically, other options may be available (I listed a few in https://g-issues.chromium.org/issues/403621180). However, direct support for trackpads seems to be most general because, in addition to scrolling, it would support other custom multi-touch gestures (e.g. [scale](https://api.flutter.dev/flutter/gestures/ScaleGestureRecognizer-class.html), [pan/zoom/rotate](https://api.flutter.dev/flutter/gestures/GestureRecognizer/addPointerPanZoom.html)).


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/337#issuecomment-2725831938
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/issues/337/2725831938@github.com>

Received on Friday, 14 March 2025 21:42:39 UTC