No description
- Rust 88.6%
- Swift 11.4%
| .vscode | ||
| skyhook | ||
| test | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| 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