https://github.com/node-3d/iohook-raub
https://github.com/node-3d/iohook-raub
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/node-3d/iohook-raub
- Owner: node-3d
- License: mit
- Created: 2023-11-28T17:58:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T15:50:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T22:45:12.409Z (almost 2 years ago)
- Language: C++
- Size: 55.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js IO hook
This is a part of [Node3D](https://github.com/node-3d) project.
[](https://badge.fury.io/js/iohook-raub)
[](https://github.com/node-3d/iohook-raub/actions/workflows/eslint.yml)
[](https://github.com/node-3d/iohook-raub/actions/workflows/test.yml)
[](https://github.com/node-3d/iohook-raub/actions/workflows/cpplint.yml)
```console
npm i -s iohook-raub
```
**Node.js** addon providing a hook to track global input and shortcuts.
This work is derived from [wilix-team/iohook](https://github.com/wilix-team/iohook).
> Note: this **addon uses N-API**, and therefore is ABI-compatible across different
Node.js versions. Addon binaries are precompiled and **there is no compilation**
step during the `npm i` command.
See [TypeScript declarations](/index.d.ts) for more details.