node.js mouse press event in the shell

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