Module libremarkable::ev [] [src]

Traits

EvdevHandler

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

Functions

start_evdev

Non-blocking function that will open the provided path and wait for more data with epoll. handler must implement the EvDevHandler trait so that it can get callbacks on_init and on_event.