Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
allEvents :: IsStream t => t IO (Device, Event) Source #
All events on all valid devices (in devinput).
makeDevices :: IsStream t => t IO RawFilePath -> t IO Device Source #
Create devices for all paths in the stream. | Will throw an exception if a path doesn't correspond to a valid input device.