PadActionType

public extension PadActionType
  • Cast constructor, converting any binary integer to a PadActionType.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Action is triggered by a pad button

    Declaration

    Swift

    static let button: GtkPadActionType
  • Action is triggered by a pad ring

    Declaration

    Swift

    static let ring: GtkPadActionType
  • Action is triggered by a pad strip

    Declaration

    Swift

    static let strip: GtkPadActionType