Enumeration
ClutterScrollSource
since: 1.26
Description [src]
The scroll source determines the source of the scroll event. Keep in mind
that the source device ClutterInputDeviceType
is not enough to infer
the scroll source.
Available since: 1.26
Members
Name | Description |
---|---|
CLUTTER_SCROLL_SOURCE_UNKNOWN |
Source of scroll events is unknown. |
CLUTTER_SCROLL_SOURCE_WHEEL |
The scroll event is originated by a mouse wheel. |
CLUTTER_SCROLL_SOURCE_FINGER |
The scroll event is originated by one or more fingers on the device (eg. touchpads). |
CLUTTER_SCROLL_SOURCE_CONTINUOUS |
The scroll event is originated by the motion of some device (eg. a scroll button is set). |