Package: gdk

Accessor gdk-device-associated-device

Lambda List

gdk-device-associated-device (object)

Syntax

(gdk-device-associated-device object) => device

Arguments

object -- a gdk-device object
device -- the associated gdk-device object

Details

Accessor of the associated-device slot of the gdk-device class.

The gdk-device-associated-device slot access function returns the associated device to device. If the device is of type :master, it will return the paired pointer or keyboard. If the device is of type :slave, it will return the master device to which the device is attached to. If the device is of type :floating, nil will be returned, as there is no associated device.
 

See also

2021-12-13