|
|
||
|---|---|---|
| .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
- MacOS listener from rdev
- Linux event reader from StackOverFlow