EventPadGroupModeProtocol

public protocol EventPadGroupModeProtocol

The EventPadGroupModeProtocol protocol exposes the methods and properties of an underlying GdkEventPadGroupMode instance. The default implementation of these can be found in the protocol extension below. For a concrete class that implements these methods and properties, see EventPadGroupMode. Alternatively, use EventPadGroupModeRef as a lighweight, unowned reference if you already have an instance you just want to use.

Generated during GDK_SOURCE_TABLET_PAD mode switches in a group.

  • ptr

    Untyped pointer to the underlying GdkEventPadGroupMode instance.

    Declaration

    Swift

    var ptr: UnsafeMutableRawPointer! { get }
  • _ptr Default implementation

    Typed pointer to the underlying GdkEventPadGroupMode instance.

    Default Implementation

    Return the stored, untyped pointer as a typed pointer to the GdkEventPadGroupMode instance.

    Declaration

    Swift

    var _ptr: UnsafeMutablePointer<GdkEventPadGroupMode>! { get }
  • Required Initialiser for types conforming to EventPadGroupModeProtocol

    Declaration

    Swift

    init(raw: UnsafeMutableRawPointer)

EventPadGroupMode Record: EventPadGroupModeProtocol extension (methods and fields)

  • type Extension method

    the type of the event (GDK_PAD_GROUP_MODE).

    Declaration

    Swift

    @inlinable
    var type: GdkEventType { get set }
  • window Extension method

    the window which received the event.

    Declaration

    Swift

    @inlinable
    var window: WindowRef! { get set }
  • sendEvent Extension method

    true if the event was sent explicitly.

    Declaration

    Swift

    @inlinable
    var sendEvent: gint8 { get set }
  • time Extension method

    the time of the event in milliseconds.

    Declaration

    Swift

    @inlinable
    var time: guint32 { get set }
  • group Extension method

    the pad group that is switching mode. A GDK_SOURCE_TABLET_PAD device may have one or more groups containing a set of buttons/rings/strips each.

    Declaration

    Swift

    @inlinable
    var group: guint { get set }
  • mode Extension method

    The new mode of group. Different groups in a GDK_SOURCE_TABLET_PAD device may have different current modes.

    Declaration

    Swift

    @inlinable
    var mode: guint { get set }