Re: [w3c/uievents] Expose ticks in wheel events (#17)

Related: https://github.com/Leaflet/Leaflet/issues/4592, https://github.com/Leaflet/Leaflet/issues/4538

The current implementations rely on accumulating pixel deltas and using `WHEEL_DELTA` as a threshold - the main problem being that `WHEEL_DELTA` is not consistent across browsers (it might depend on the browser vendor, user's configuration and viewport geometry).

---
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/17#issuecomment-223608251

Received on Friday, 3 June 2016 15:20:22 UTC