I installed keylogger.js and I want to fix the module. I edit src/windows/keylogger.cc file and save the changes (Want to catch mouse clicks).
After starting the program, nothing changes. I try to recompile file with gcc: gcc -c keylogger.cc and get many errors:
What am I doing wrong?