Enumeration
ClutterScrollDirection
since: 0.4
Description [src]
Direction of a pointer scroll event.
The CLUTTER_SCROLL_SMOOTH
value implies that the ClutterScrollEvent
has precise scrolling delta information.
Available since: 0.4
Members
Name | Description |
---|---|
CLUTTER_SCROLL_UP |
Scroll up. |
CLUTTER_SCROLL_DOWN |
Scroll down. |
CLUTTER_SCROLL_LEFT |
Scroll left. |
CLUTTER_SCROLL_RIGHT |
Scroll right. |
CLUTTER_SCROLL_SMOOTH |
Precise scrolling delta (available in 1.10) |