Skip to content

event onMouseWheel (client-side)

Available since version: 0.0.2

This event triggers whenever the user scrolls up or down wheel on his mouse.

Parameters

int z
  • int z: this value represents direction in which user is scrolling. If value is positive, then user is scrolling up, otherwise it means is scrolling down.