diff options
Diffstat (limited to 'python/python-evdev/README')
-rw-r--r-- | python/python-evdev/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-evdev/README b/python/python-evdev/README new file mode 100644 index 0000000000..280b1ebe67 --- /dev/null +++ b/python/python-evdev/README @@ -0,0 +1,3 @@ +python-evdev allows Python programs running in Linux to read and write input +events. It provides bindings to both the generic input event interface (evdev) +and the userspace input subsystem (Uinput). |