An open API service indexing awesome lists of open source software.

https://github.com/node-3d/iohook-raub


https://github.com/node-3d/iohook-raub

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Node.js IO hook

This is a part of [Node3D](https://github.com/node-3d) project.

[![NPM](https://badge.fury.io/js/iohook-raub.svg)](https://badge.fury.io/js/iohook-raub)
[![ESLint](https://github.com/node-3d/iohook-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/iohook-raub/actions/workflows/eslint.yml)
[![Test](https://github.com/node-3d/iohook-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/iohook-raub/actions/workflows/test.yml)
[![Cpplint](https://github.com/node-3d/iohook-raub/actions/workflows/cpplint.yml/badge.svg)](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.