diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-06-22 18:36:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-22 18:36:24 +0700 |
commit | 86cfef7f4e4bbffb487a4aa01bfe319483e54275 (patch) | |
tree | 2bb00c32def8352c89fd9c728e8152625f45fc52 /python/python-evdev/README | |
parent | d0462d24c0c7fcc3ec4b27ee223889d6e4527738 (diff) |
python/python-evdev: Added (Python input event library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..280b1ebe6748 --- /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). |