#GdkDevices. The returned list must be freed with g_list_free (). The list elements are owned by GTK+ and must not be freed or unreffed.
DeviceManager.listDevices
gdk.device.Device[] listDevices(gdk.types.DeviceType type)Returns the list of devices of type type currently attached to device_manager.
Parameters
type | device type to get. |
Returns
a list of
Deprecated
, use [gdk.seat.Seat.getPointer], [gdk.seat.Seat.getKeyboard]
and [gdk.seat.Seat.getSlaves] instead.