Module: Gdk::DeviceType

Defined in:
(unknown)

Constant Summary collapse

MASTER =

Device is a master (or virtual) device. There will

be an associated focus indicator on the screen.
0 or :master
SLAVE =

Device is a slave (or physical) device.

1 or :slave
FLOATING =

Device is a physical device, currently not attached to

any virtual device.
2 or :floating