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: 5 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T00:21:34.000Z (over 1 year ago)
- Last Synced: 2024-12-11T12:24:53.368Z (about 1 year 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).
In addition, the [evdev-examples](https://github.com/georgefst/evdev/tree/master/evdev-examples) directory contains a basic `evtest` clone (with the added ability to read events from multiple devices concurrently), as well as simple programs for replaying event sequences, spawning processes on a trigger event, and creating virtual events from keyboard input.