Method
GdkDisplaylist_devices
deprecated: 3.0 since: 2.2
Declaration [src]
GList*
gdk_display_list_devices (
GdkDisplay* display
)
Description [src]
Returns the list of available input devices attached to display
.
The list is statically allocated and should not be freed.
Available since: 2.2
Deprecated since: 3.0
Use gdk_device_manager_list_devices()
instead.