Go to file
2022-07-20 02:23:44 +02:00
evdev@1411fc4e2d added custom evdev submodule 2022-07-20 02:19:37 +02:00
src initial commit 2022-07-20 02:19:12 +02:00
.gitignore initial commit 2022-07-20 02:19:12 +02:00
.gitmodules added custom evdev submodule 2022-07-20 02:19:37 +02:00
Cargo.lock initial commit 2022-07-20 02:19:12 +02:00
Cargo.toml initial commit 2022-07-20 02:19:12 +02:00
LICENSE added README and LICENSE 2022-07-20 02:23:44 +02:00
README.md added README and LICENSE 2022-07-20 02:23:44 +02:00

Pass evdev devices to remote devices and control them. Rust version. The evdev crate seems to be broke (for tasks like this) tho, since input on guest is very limited. For a working Implementation check out my python version