Skip to content
 
 

Repository files navigation

mouse-hooks

Global mouse events listener for Node.js

Installation

$ npm install mouse-hooks

Quick example

import mouseHooks from "mouse-hooks";

mouseHooks.on("mouse-up", data => {
  console.log(data.x, data.y, data.button);
});

About

Global mouse events listener for Node.js

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages