mirror of
https://github.com/Mintplex-Labs/libnut-core.git
synced 2026-08-24 21:21:24 -04:00
ce6bc8feb3ed45aee8aefab05e98439da96614dc
* (nut-tree/nut.js#273) Introduce modifier buffer to store key states and avoid input latency * (nut-tree/nut.js#273) Properly detect modifier keys and update keystate accordingly so the correct modifiers are set on the event
Building
Please ensure you have the required dependencies before installing:
- Windows
- windows-build-tools npm package (
npm install --global --production windows-build-toolsfrom an elevated PowerShell or CMD.exe)
- windows-build-tools npm package (
- Mac
- Xcode Command Line Tools.
- Linux
- cmake
- A C/C++ compiler like GCC.
- libxtst-dev and libpng++-dev (
sudo apt-get install libxtst-dev libpng++-dev).
Release build
npm install
npm run build:release
Debug build
npm install
npm run build:debug
Description
Languages
C
40.2%
C++
24.1%
JavaScript
12.5%
Objective-C
10.2%
Objective-C++
8.3%
Other
4.7%