Module libremarkable::input [] [src]

The other core component, allowing decoding of the three input devices present on the tablet

Modules

ev

Contains the epoll code to read from the device when the worker thread is woken up by the kernel upon new data to consume

gpio

Contains the code to decode physical button events

multitouch

Contains the code to decode multitouch events

wacom

Contains the code to decode Wacom events

Structs

UnifiedInputHandler

Enums

InputEvent

Traits

EvdevHandler

Trait to implement to be dispatched evdev events by the start_evdev function