I have a problem with an electron app, if I do const ioHook = require('iohook');, when quitting my app, it gives me an error code errno 3221226505
Julien Tanay
@Djiit
Hi there!
Could you provide us with a minimal example to reproduce it ?
Julien Tanay
@Djiit
You could fill up an issue here WilixLead/iohook#89 ?
Gihwan Oh
@wurikiji
Hi there, is anyone implementing disable keyboard propagation? I found that mouse propagation is already implemented. I need same feature on keyboard.
Julien Tanay
@Djiit
Hi @wurikiji , I don't think so. Would you mind opening an issue for that ? Thanks !
basti4242
@basti4242
Hi guys, I have the same problem: wilix-team/iohook#139 Do you have any clue how to fix it?
I got iohook working on a macbook and on a windows 10 x64 machine. Weirdly, when I try to use it on another Windows 10 x64 machine I get the error.
dthompso99
@dthompso99
anyone had any luck implementing with electron/webpack?
Julien Tanay
@Djiit
Hey, yep we use it on a production electron app
Yomi Adenaike
@yomiAdenaike01
Hi is there a way to read the current pixel colour with io hook ?
Lorenzo B Gomez
@thebigG
Hi Everyone! First off, thanks so much for building such an awesome API!
I'm planning on using iohook on a personal project of mine(https://github.com/thebigG/Tasker). What I intend on doing is basically running NodeJS as a child process of my app since it is written in C++ using Qt5. Performance-wise, the NodeJS process will basically "sleep" until it is triggered by an even such as keyboard or mouse input? Am I correct making this assumption? I'm not too familiar with the inetrnals of NodeJS.
Md. Moniruzzaman
@geniusmonir
Hi dear, This amazing to see this Package, Is there any update for upgrading this pack for Electron 13 - ABI 89?