Package: gdk

GEnum gdk:device-type

Declaration

(gobject:define-genum "GdkDeviceType" device-type
  (:export t
   :type-initializer "gdk_device_type_get_type")
  (:master 0)
  (:slave 1)
  (:floating 2))  

Values

:master
Device is a master (or virtual) device. There will be an associated focus indicator on the screen.
:slave
Device is a slave (or physical) device.
:floating
Device is a physical device, currently not attached to any virtual device.

Details

Indicates the device type. See above for more information about the meaning of these device types.
 

See also

2024-6-27