wilix-team / iohook

Node.js global keyboard and mouse listener.
https://wilix-team.github.io/iohook
MIT License
1.2k stars 291 forks source link

support for electron-80 #237

Closed ykhwong closed 4 years ago

ykhwong commented 4 years ago

The current stable version of the Electron framework is 9.0.0. (https://electronjs.org/) Could you support the version (electron-80)?

Thank you.

NtTestAlert commented 4 years ago

Tried rebuilding manually for ABI 80 it but it cannot build..


  add_subdirectory given source "libuiohook" which is not an existing
  directory.```
ykhwong commented 4 years ago

Tried rebuilding manually for ABI 80 it but it cannot build..

  add_subdirectory given source "libuiohook" which is not an existing
  directory.```

I built the iohook successfully against electron-80.

Please use Visual Studio 2017 and set the version of robotjs to v0.6.0 in package.json.

Djiit commented 4 years ago

Closing in favor of #241