repositorypackage
0.0.0-20211107162540-1d514a1da743
Repository: https://github.com/sm3142/golang-evdev.git
Documentation: pkg.go.dev
# README
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/sm3142/golang-evdev
Development: https://github.com/sm3142/golang-evdev
Gratefully forked from https://github://gvalkov/golang-evdev