You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@ Haskell evdev library
3
3
4
4
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).
5
5
6
-
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.
6
+
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.
0 commit comments