From 86cfef7f4e4bbffb487a4aa01bfe319483e54275 Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Mon, 22 Jun 2015 18:36:24 +0700 Subject: python/python-evdev: Added (Python input event library). Signed-off-by: Willy Sudiarto Raharjo --- python/python-evdev/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python-evdev/README (limited to 'python/python-evdev/README') 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). -- cgit v1.2.3