Package: gdk

Accessor gdk-device-input-mode

Lambda List

gdk-device-input-mode (object)

Syntax

(gdk-device-input-mode object) => mode
(setf (gdk-device-input-mode object) mode)

Arguments

object -- a gdk-device object
mode -- a value of the gdk-input-mode enumeration

Details

Accessor of the input-mode slot of the gdk-device class.

The gdk-device-input-mode slot access function returns the mode of the device. The (setf gdk-device-input-mode object) slot access function sets he mode of an input device.

The mode controls if the device is active and whether the range of the device is mapped to the entire screen or to a single window.
 

See also

2021-12-13