DetectLib
DetectLib is a rust library for x11 input with the keyboard and mouse. It will only work on x11 but wayland version is coming soon
Features
Keyboard
The keyboard part is pretty easy to use and has similar syntax to unity's input
Example:
use *;
Mouse
The mouse part is also similar to unity but uses a enum called MouseButton
for buttons
Example:
use *;