paring 0f3a057fd4 | ||
---|---|---|
.vscode | ||
skyhook | ||
test | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
SkyHook
Very simple Keyboard & Mouse hook, meant for rhythm games.
Troubleshooting
Hook does not work on Linux
You should add input
role for the user.
sudo usermod -aG input $USER
and re-login.
Credits
- Windows API from winsafe
- Linux event reader from StackOverFlow
- XInput handler from x11-rs