DevicePad


Object Hierarchy:

Gdk.DevicePad Gdk.DevicePad Gdk.DevicePad Gdk.Device Gdk.Device Gdk.Device->Gdk.DevicePad GLib.Object GLib.Object GLib.Object->Gdk.Device

Description:

[ CCode ( type_cname = "GdkDevicePadInterface" , type_id = "gdk_device_pad_get_type ()" ) ]
public interface DevicePad : Device

DevicePad 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. get_n_groups can be used to obtain the number of groups, get_n_features and 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 get_group_n_modes, and the current mode for a given group will be notified through the EventPadGroupMode event.


Namespace: Gdk
Package: gdk-3.0

Content:

Methods:

Inherited Members: