?
-
is there a way to get mouse scroll wheel data?
-
@youaresound In windows...... yes....... input_event.zip
AAARGH sorry...... wrong way around.
Try extra/hcs [cursor]
I have no mouse for checking, but it should work.........
David. -
hey
was also able to install this
http://puredata.info/downloads/hidio
but only seems to give values of -1 or 1 for the mousewheel but sending bangs continually.ha hcs/cursor works better sends bangs only as you are scrolling.
-
@youaresound I added one in Purr Data called
[legacy_mousewheel]
It appears to have deltaX, deltaY, and deltaZ. I think I only tested deltaY
which I simplified so that "up" is "-1" and down is "1" (with "0" meaning
no change).