A JNA based library providing access to some low-level Linux subsystems, including :-
* UInput. Create virtual devices such as keyboards, mice and touchpads and emit events from them as if they
were real.
* Evdev. Read events from various devices such as keyboards, mice, touchpads, and all other devices exposed by Linux.
* Frame Buffer. Write directly to the Linux framebuffer. Allows graphical user interfaces without X being present.
As from version 2.0, this library is now in ...