Registry / other / gvalkov-golang-evdev

gvalkov-golang-evdev

JSON →
library0.0.0-20220815104727-7e27d6ce89b6gogounverified

This package provides bindings to the generic input event interface in Linux.

go get github.com/gvalkov/golang-evdev
INSTALL
IMPORT
SIG · GVALKOV-GOLANG-EVD
G
gvalkov-golang-evdev
othergov0.0.0-20220815104727-7e27d6ce89b6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

evdev
github.com/gvalkov/golang-evdev

Lists all input devices on a Linux system.

package main import ( "fmt" "github.com/gvalkov/golang-evdev" ) func main() { devices, err := evdev.ListInputDevices() if err != nil { fmt.Println(err) return } for _, d := range devices { fmt.Println(d.Name) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220815104727-7e27d6ce89b6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gvalkov-golang-evdev — go get gvalkov-golang-evdev · libregistry