Is it possible to track mouse click on the shell in node.js.
Something link:
process.on('mousepress', function(data){
});
Is it possible to track mouse click on the shell in node.js.
Something link:
process.on('mousepress', function(data){
});
Maybe this could help: https://github.com/mscdex/node-ncurses
The keypress
package has this feature:
https://www.npmjs.com/package/keypress#listening-for-mousepress-events