DevicePad

interface DevicePad

GdkDevicePad is an interface implemented by devices of type %GDK_SOURCE_TABLET_PAD

It allows querying the features provided by the pad device.

Tablet pads may contain one or more groups, each containing a subset of the buttons/rings/strips available. method@Gdk.DevicePad.get_n_groups can be used to obtain the number of groups, method@Gdk.DevicePad.get_n_features and method@Gdk.DevicePad.get_feature_group can be combined to find out the number of buttons/rings/strips the device has, and how are they grouped.

Each of those groups have different modes, which may be used to map each individual pad feature to multiple actions. Only one mode is effective (current) for each given group, different groups may have different current modes. The number of available modes in a group can be found out through method@Gdk.DevicePad.get_group_n_modes, and the current mode for a given group will be notified through events of type GDK_PAD_GROUP_MODE.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val gdkDevicePadPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun getFeatureGroup(feature: DevicePadFeature, featureIdx: <Error class: unknown class>): <Error class: unknown class>

Returns the group the given @feature and @idx belong to.

Link copied to clipboard
open fun getGroupNModes(groupIdx: <Error class: unknown class>): <Error class: unknown class>

Returns the number of modes that @group may have.

Link copied to clipboard
open fun getNFeatures(feature: DevicePadFeature): <Error class: unknown class>

Returns the number of features a tablet pad has.

Link copied to clipboard
open fun getNGroups(): <Error class: unknown class>

Returns the number of groups this pad device has.