Categorygithub.com/egorse/golang-evdev
repositorypackage
0.5.0
Repository: https://github.com/egorse/golang-evdev.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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/egorse/golang-evdev

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

Originally clonned from: https://github.com/gvalkov/golang-evdev