Enumeration

GdkDeviceType

Declaration

enum Gdk.DeviceType

Description [src]

Indicates the device type. See [above][GdkDeviceManager.description] for more information about the meaning of these device types.

Members

GDK_DEVICE_TYPE_MASTER

Device is a master (or virtual) device. There will be an associated focus indicator on the screen.

  • Value: 0
  • Available since: 3.0
GDK_DEVICE_TYPE_SLAVE

Device is a slave (or physical) device.

  • Value: 1
  • Available since: 3.0
GDK_DEVICE_TYPE_FLOATING

Device is a physical device, currently not attached to any virtual device.

  • Value: 2
  • Available since: 3.0