Package ch.bailu.gtk.gdk
Schnittstelle TouchpadGesturePhase
public interface TouchpadGesturePhase
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
BEGIN
static final int BEGINThe gesture has begun.- Siehe auch:
-
UPDATE
static final int UPDATEThe gesture has been updated.- Siehe auch:
-
END
static final int ENDThe gesture was finished, changes
should be permanently applied.- Siehe auch:
-
CANCEL
static final int CANCELThe gesture was cancelled, all
changes should be undone.- Siehe auch:
-