decentraland / sdk

PM repository for SDK
Apache License 2.0
4 stars 4 forks source link

Mousewheel event #99

Open nearnshaw opened 2 years ago

nearnshaw commented 2 years ago

We could listen for wheel events just as we do for other buttons, with the addition that the mouse event should come with a few parameters to grant additional information about the distance and trajectory of the motion.

It might make sense to follow the javascript standard, that includes deltaX, deltaY, deltaZ, and deltaMode.

menduz commented 1 year ago

We will need more definitions for the implementation (ADR) but the request is sound and doable with SDK7