Closed j4yk closed 8 years ago
Yes, same for me. The issue is (I think) that the normal Squeak VM actually translates mousewheel into Alt+Down or something like that. @marceltaeumel knows this better.
Then for me the question is whether, in addition to the obligatory workaround mapping of the wheel events, Squeak images want to learn about the existence of a Mouse Wheel at some time. :-)
Actually, why not, if we're reporting the mouse wheel right, we should be able to just adapt the Smalltalk code to distinguish it from the buttons. I'll dig into that.
Since we still have time to the Squeak 4.6 release, we might be able to get @marceltaeumel to push that change through for us :)
Related: http://forum.world.st/Unique-Mouse-Wheel-Events-td4814473.html
Also: wat?
We now generate MouseWheelEvents, and with a recent trunk image this works.
Someone else try to reproduce, please.
Scrolling up produces left (red) clicks, scrolling down produces right (yellow) clicks.