Virtual keyboard to repeat keys

This commit is contained in:
Luke
2020-04-20 17:13:08 +12:00
parent e34f085880
commit 8187be0bec
6 changed files with 1066 additions and 31 deletions

View File

@@ -12,3 +12,6 @@ serde_derive = "1.0"
log = "0.4"
env_logger = "0.7"
rog-lib = { path = "../rog-lib" }
tokio-linux-uhid = "0.3"
tokio-core = "0.1.17"
tokio-io = "0.1.13"