Re: [w3c/uievents] Needs alternative WheelEvent.deltaMode, WheelEvent.delat(X|Y|Z) (#181)

Bug of Firefox is here: https://bugzilla.mozilla.org/show_bug.cgi?id=1392460

If it'd be possible, there should've been:
* WheelEvent.pixelDeltaX
* WheelEvent.pixelDeltaY
* WheelEvent.pixelDeltaZ
* WheelEvent.rawDeltaMode
* WheelEvent.rawDeltaX
* WheelEvent.rawDeltaY
* WheelEvent.rawDeltaZ
However, we've met this issue with existing attributes, Wheel.delta*. We cannot rename them to pixelDelta*, unfortunately...

-- 
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-364756761

Received on Sunday, 11 February 2018 14:47:24 UTC