Phaser API Documentation

  Version: 
deltaY: number

Description:

The vertical scroll amount that occurred due to the user moving a mouse wheel or similar input device. This value will typically be less than 0 if the user scrolls up and greater than zero if scrolling down.

Type:
number
Default: 0
Since: 3.18.0
Source: src/input/Pointer.js (Line 474)