Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 415 Bytes

mouse-wheel-input-event.md

File metadata and controls

11 lines (10 loc) · 415 Bytes

MouseWheelInputEvent Object extends MouseInputEvent

  • type String - The type of the event, can be mouseWheel.
  • deltaX Integer (optional)
  • deltaY Integer (optional)
  • wheelTicksX Integer (optional)
  • wheelTicksY Integer (optional)
  • accelerationRatioX Integer (optional)
  • accelerationRatioY Integer (optional)
  • hasPreciseScrollingDeltas Boolean (optional)
  • canScroll Boolean (optional)