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