1.0.1-d • Published 9 months ago

key-reader-logger v1.0.1-d

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Key-Reader-Logger

ENABLE ONLY ON WINDOWS Package provide utility to capture input data from keyboard and mouse. Consist of two separete process wrote in cpp(source file included).Those process create windows hooks to capture data;

Work of class KeyReaderLogger base on two events: "keyData" and "mouseData";

kLog.on('mouseData',(data)=>{ console.log(data); });

kLog.on("keyData", (data) => { console.log(data); });

Remember to use function start() to initialize subprocess. See example in example.js.

1.0.1-d

9 months ago

1.0.1-c

9 months ago

1.0.1-b

9 months ago

1.0.1-a

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago