EventPadAxisProtocol
public protocol EventPadAxisProtocol
The EventPadAxisProtocol protocol exposes the methods and properties of an underlying GdkEventPadAxis 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 EventPadAxis.
Alternatively, use EventPadAxisRef as a lighweight, unowned reference if you already have an instance you just want to use.
Generated during GDK_SOURCE_TABLET_PAD interaction with tactile sensors.
-
Untyped pointer to the underlying
GdkEventPadAxisinstance.Declaration
Swift
var ptr: UnsafeMutableRawPointer! { get } -
_ptrDefault implementationTyped pointer to the underlying
GdkEventPadAxisinstance.Default Implementation
Return the stored, untyped pointer as a typed pointer to the
GdkEventPadAxisinstance.Declaration
Swift
var _ptr: UnsafeMutablePointer<GdkEventPadAxis>! { get } -
Required Initialiser for types conforming to
EventPadAxisProtocolDeclaration
Swift
init(raw: UnsafeMutableRawPointer)
-
typeExtension methodthe type of the event (
GDK_PAD_RINGorGDK_PAD_STRIP).Declaration
Swift
@inlinable var type: GdkEventType { get set } -
windowExtension methodthe window which received the event.
Declaration
Swift
@inlinable var window: WindowRef! { get set } -
sendEventExtension methodtrueif the event was sent explicitly.Declaration
Swift
@inlinable var sendEvent: gint8 { get set } -
timeExtension methodthe time of the event in milliseconds.
Declaration
Swift
@inlinable var time: guint32 { get set } -
groupExtension methodthe pad group the ring/strip belongs to. A
GDK_SOURCE_TABLET_PADdevice may have one or more groups containing a set of buttons/rings/strips each.Declaration
Swift
@inlinable var group: guint { get set } -
indexExtension methodnumber of strip/ring that was interacted. This number is 0-indexed.
Declaration
Swift
@inlinable var index: guint { get set } -
modeExtension methodThe current mode of
group. Different groups in aGDK_SOURCE_TABLET_PADdevice may have different current modes.Declaration
Swift
@inlinable var mode: guint { get set } -
valueExtension methodThe current value for the given axis.
Declaration
Swift
@inlinable var value: gdouble { get set }
View on GitHub
Install in Dash
EventPadAxisProtocol Protocol Reference