Enumeration PointerWheelMode

The scrolling mode that determines how the deltaX, deltaY and deltaZ values are interpreted.

Enumeration Members

Enumeration Members

Line: 1

In this mode, delta values are measured in line heights. The height of a line is supplied as an argument to the getDeltaPixels method.

Page: 2

In this mode, delta values are measured in Widget dimensions, minus a few lines or a percentage of the dimensions, whichever is smaller. Both line height and dimensions are supplied as arguments to the getDeltaPixels method.

Pixel: 0

In this mode, delta values are measured in pixels.

Generated using TypeDoc