Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.