-
Cast constructor, converting any binary integer to a
TouchpadGesturePhase
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
The gesture has begun.
Declaration
Swift
static let begin: GdkTouchpadGesturePhase
-
The gesture has been updated.
Declaration
Swift
static let update: GdkTouchpadGesturePhase
-
The gesture was finished, changes should be permanently applied.
Declaration
Swift
static let end: GdkTouchpadGesturePhase
-
The gesture was cancelled, all changes should be undone.
Declaration
Swift
static let cancel: GdkTouchpadGesturePhase