Package: gdk

GEnum gdk-device-type

Details

Indicates the device type. See above for more information about the meaning of these device types.
(define-g-enum "GdkDeviceType" gdk-device-type
  (:export t
   :type-initializer "gdk_device_type_get_type")
  (:master 0)
  (:slave 1)
  (:floating 2))  
: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.
 

See also

2021-12-13