Package ch.bailu.gtk.gdk
Interface TouchpadGesturePhase
public interface TouchpadGesturePhase
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The gesture has begun.static final int
The gesture was cancelled, all
changes should be undone.static final int
The gesture was finished, changes
should be permanently applied.static final int
The gesture has been updated.
-
Field Details
-
BEGIN
static final int BEGINThe gesture has begun.- See Also:
-
UPDATE
static final int UPDATEThe gesture has been updated.- See Also:
-
END
static final int ENDThe gesture was finished, changes
should be permanently applied.- See Also:
-
CANCEL
static final int CANCELThe gesture was cancelled, all
changes should be undone.- See Also:
-