Package org.gnome.adw

Class SwipeTracker

java.lang.Object
All Implemented Interfaces:
Proxy, Orientable

@Generated("io.github.jwharm.JavaGI") public final class SwipeTracker extends GObject implements Orientable
A swipe tracker used in Carousel, NavigationView and OverlaySplitView.

The AdwSwipeTracker object can be used for implementing widgets with swipe gestures. It supports touch-based swipes, pointer dragging, and touchpad scrolling.

The widgets will probably want to expose the SwipeTracker:enabled property. If they expect to use horizontal orientation, SwipeTracker:reversed can be used for supporting RTL text direction.