tomzx / gkm

⚠ Unsupported/Unmaintained ⚠️️ Global Keyboard and Mouse listener for node.js.
MIT License
52 stars 16 forks source link

How is it possible to get mouse.wheel events? #20

Open thomsa opened 5 years ago

thomsa commented 5 years ago

Hi There!

Is it possible to get mouse wheel events? Unfortunately on mouse.* I don't see it in the logs of the event listener.

Thanks!

thomsa commented 5 years ago

Found it. "mouse.wheel.moved"

This info could be put into the readme :)