You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use the geo.event.actionwheel to capture the mouse wheel event. However, the event doesn't provide the deltaX and deltaY information as provided by the MouseWheel event (https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent)
The text was updated successfully, but these errors were encountered:
No, cause I'm not looking for the shifted delta when moving the view but the mouse wheel delta. So, how much the user rotated the mouse wheel and in which direction.
I tried to use the
geo.event.actionwheel
to capture the mouse wheel event. However, the event doesn't provide thedeltaX
anddeltaY
information as provided by the MouseWheel event (https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent)The text was updated successfully, but these errors were encountered: