brookhong/brookhong.github.io

Extended Mouse Action Capturing

Opened this issue · 2 comments

Hi there,

at the moment, it is possible to capture all mouse actions and detect click and double click. It is also possible to capture mouse actions just with modifier keys. But whats really annoying is that every click of the mousewheel is captured. it would really nice to disable mosewheel capturing seperately or even better if there is a mousewheel timeout which captures mouswheel when the clicks are recognized faster than the configured timeout

the mousewheel up/down is not for button, it's direction of scrolling.

i know that this is the direction... i ment that it would be nice to define a timeiut between the increments of the mouse wheel.

for example: if you are on a website in your browser and scroll all the way down to the bottom, every increment will be recognized. it would be nice to show mouse wheel down just once in this case...