module Gdk::DevicePad

Overview

Gdk::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. Gdk::DevicePad#n_groups can be used to obtain the number of groups, Gdk::DevicePad#n_features and Gdk::DevicePad#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 Gdk::DevicePad#group_n_modes, and the current mode for a given group will be notified through events of type GDK_PAD_GROUP_MODE.

Defined in:

lib/gi-crystal/src/auto/gdk-4.0/device_pad.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


[View source]

Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

[View source]
def self.g_type : UInt64 #

[View source]

Instance Method Detail

def feature_group(feature : Gdk::DevicePadFeature, feature_idx : Int32) : Int32 #

[View source]
def group_n_modes(group_idx : Int32) : Int32 #

[View source]
def n_features(feature : Gdk::DevicePadFeature) : Int32 #

[View source]
def n_groups : Int32 #

[View source]
abstract def to_unsafe #

[View source]