- From: Robert Flack via GitHub <noreply@w3.org>
- Date: Wed, 24 Sep 2025 13:36:36 +0000
- To: public-pointer-events@w3.org
flackr has just created a new issue for https://github.com/w3c/pointerevents: == Add flag to determine if wheel event delta is from direct interaction or momentum / inertia / kinetic scrolling == See https://github.com/vmpstr/htmldemos/blob/master/gestures/wheel-momentum.md for details. The TLDR is touchpads on all platforms have an inertial scrolling phase which in native code can be detected. Implementing this would allow authors to handle swipes or provide their own inertia handling when the application has additional information about where swipes should settle. TLDR, can we add a way of detecting this and if so, what's the best attribute name / values? @vmpstr Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/553 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 24 September 2025 13:36:37 UTC