- From: Masayuki Nakano <notifications@github.com>
- Date: Wed, 20 Nov 2019 21:02:27 -0800
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 November 2019 05:02:29 UTC
> I need to know in which unit deltaX/Y/Z are actually returned The value can be checked with `deletaMode` as you know. > because in my testing, both edge and chrome, while returning `DOM_DELTA_PIXEL` for deltaMode, only give values of 1 for deltaX/Y/Z every time i turn the scrollwheel to the next step, which is actually 1 Line and not 1 Pixel Don't you see a lot of `wheel` events in such case? If so, the device tries to scroll smoothly with splitting one action to multiple wheel events. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/181#issuecomment-556921159
Received on Thursday, 21 November 2019 05:02:29 UTC