Beispiel #1
0
 def get_devices(display=None):
     return (evdev_get_devices(display) + xinput_get_devices(display))
Beispiel #2
0
 def get_devices(display=None):
     return (evdev_get_devices(display) +
             xinput_get_devices(display))