onMouseWheel(event)
The internal method that handles the mouse wheel event from the browser.
Parameters
| Name | Type | Description |
|---|---|---|
event | MouseEvent | The native event from the browser. |
- Source code: input/Mouse.js (Line 504)
onMouseWheel(event)
The internal method that handles the mouse wheel event from the browser.
| Name | Type | Description |
|---|---|---|
event | MouseEvent | The native event from the browser. |
Please login to continue.