DevicePadFeature

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • a button

    Declaration

    Swift

    static let button: GdkDevicePadFeature
  • a ring-shaped interactive area

    Declaration

    Swift

    static let ring: GdkDevicePadFeature
  • a straight interactive area

    Declaration

    Swift

    static let strip: GdkDevicePadFeature