Enumeration
ClutterScrollSource
since: 13
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.6
Available since: 13
Members
CLUTTER_SCROLL_SOURCE_UNKNOWN-
Source of scroll events is unknown.
- Value:
0 - Nickname:
unknown - Available since: 13
- Value:
CLUTTER_SCROLL_SOURCE_WHEEL-
The scroll event is originated by a mouse wheel.
- Value:
1 - Nickname:
wheel - Available since: 13
- Value:
CLUTTER_SCROLL_SOURCE_FINGER-
The scroll event is originated by one or more fingers on the device (eg. touchpads).
- Value:
2 - Nickname:
finger - Available since: 13
- Value:
CLUTTER_SCROLL_SOURCE_CONTINUOUS-
The scroll event is originated by the motion of some device (eg. a scroll button is set).
- Value:
3 - Nickname:
continuous - Available since: 13
- Value: