new WheelListener(eleme, callback, useCapture)
Parameters:
Name | Type | Description |
---|---|---|
eleme |
Element | DOM element where the key events are listened to. |
callback |
function | |
useCapture |
boolean |
- Source:
- mapspace/interaction/wheellistener.js
Methods
-
getEventName()
-
Detect the available wheel event.
- Source:
- mapspace/interaction/wheellistener.js
Returns:
The wheel event name.
- Type
- string
-
remove()
-
Removes listener.
- Source:
- mapspace/interaction/wheellistener.js