Module: Clutter::ScrollSource

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

Source of scroll events is unknown.

0 or :unknown
WHEEL =

The scroll event is originated by a mouse wheel.

1 or :wheel
FINGER =

The scroll event is originated by one or more fingers on the device (eg. touchpads).

2 or :finger
CONTINUOUS =

The scroll event is originated by the motion of some device (eg. a scroll button is set).

3 or :continuous