2019-07-26 23:11:50 +00:00
|
|
|
# MouseWheelInputEvent Object extends `MouseInputEvent`
|
|
|
|
|
2021-11-16 04:13:18 +00:00
|
|
|
* `type` string - The type of the event, can be `mouseWheel`.
|
2019-07-26 23:11:50 +00:00
|
|
|
* `deltaX` Integer (optional)
|
|
|
|
* `deltaY` Integer (optional)
|
|
|
|
* `wheelTicksX` Integer (optional)
|
|
|
|
* `wheelTicksY` Integer (optional)
|
|
|
|
* `accelerationRatioX` Integer (optional)
|
|
|
|
* `accelerationRatioY` Integer (optional)
|
2021-11-16 04:13:18 +00:00
|
|
|
* `hasPreciseScrollingDeltas` boolean (optional)
|
|
|
|
* `canScroll` boolean (optional)
|