kafka-device-spacenav-1.0.2.1: Linux SpaceNavigator events via a Kafka message broker

Copyright(c) 2016-19 Brian W Bush
LicenseMIT
MaintainerBrian W Bush <code@functionally.io>
StabilityProduction
PortabilityLinux
Safe HaskellSafe
LanguageHaskell2010

System.Hardware.Linux.Input

Contents

Description

Parse events from Linux devinput streams. See <https://github.com/torvalds/linux/blob/master/include/uapi/linux/input.h> for details.

Synopsis

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.

Constructors

InputEvent 

Fields

byteLength :: Integral a => a Source #

The number of bytes in an input event.