Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgefst/evdev
Haskell bindings to libevdev. Read from Linux input devices, and create virtual ones.
https://github.com/georgefst/evdev
evdev uinput
Last synced: 3 days ago
JSON representation
Haskell bindings to libevdev. Read from Linux input devices, and create virtual ones.
- Host: GitHub
- URL: https://github.com/georgefst/evdev
- Owner: georgefst
- Created: 2019-07-20T11:28:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T00:21:34.000Z (3 months ago)
- Last Synced: 2024-12-11T12:24:53.368Z (11 days ago)
- Topics: evdev, uinput
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/evdev
- Size: 213 KB
- Stars: 13
- Watchers: 5
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Haskell evdev library
=====================See Hackage for documentation on [the core library](http://hackage.haskell.org/package/evdev) and [the streamly add-on](http://hackage.haskell.org/package/evdev-streamly).
The [evdev-examples](https://github.com/georgefst/evdev/tree/master/evdev-examples) folder contains a basic `evtest` clone, with the added ability to read events from multiple devices concurrently.