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