shuttle-go/vendor/github.com/gvalkov/golang-evdev
Alexandre Bourget 2e206f61cb Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
..
LICENSE Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
Makefile Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
README.rst Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
_ioctl.go Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
cdefs.go Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
device.go Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
doc.go Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
ecodes.go Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
ecodes.go.template Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00
events.go Now functional through `udev`. Improved readme, and timings. 2017-08-07 00:40:43 -04:00

README.rst

*golang-evdev*
--------------

This package provides Go language bindings to the generic input event
interface in Linux. The *evdev* interface serves the purpose of
passing events generated in the kernel directly to userspace through
character devices that are typically located in `/dev/input/`.

Documentation:
    http://godoc.org/github.com/gvalkov/golang-evdev

Development:
    https://github.com/gvalkov/golang-evdev