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

The accessor for the input-mode slot of the gdk:device class gets or sets the mode of the 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

2025-08-31