Copyright | (c) 2016-19 Brian W Bush |
---|---|
License | MIT |
Maintainer | Brian W Bush <code@functionally.io> |
Stability | Production |
Portability | Linux |
Safe Haskell | Safe |
Language | Haskell2010 |
Parse events from Linux devinput streams. See <https://github.com/torvalds/linux/blob/master/include/uapi/linux/input.h> for details.
- data InputEvent = InputEvent {}
- byteLength :: Integral a => a
Types
data InputEvent Source #
Input events from Linux devinput streams. See <https://github.com/torvalds/linux/blob/master/include/uapi/linux/input.h> for details.
byteLength :: Integral a => a Source #
The number of bytes in an input event.