[racket-dev] Windows horizontal mouse wheel

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Apr 3 15:59:51 EDT 2011

At Sun, 3 Apr 2011 15:20:09 -0400, Eli Barzilay wrote:
> Three hours ago, Matthew Flatt wrote:
> > The `racket/gui' library now supports horizontal mouse-wheel events,
> > but I don't have a Windows machine with a mouse that support horizontal
> > wheel events. As likely as not, I've implemented it backwards for Win32
> > (i.e., it's tricky atbest to match positive/negative with left/right
> > based on the docs).
> > 
> > Can someone who does have such a Windows mouse run
> > 
> >  racket -l tests/gracket/showkey
> > 
> > with the latest and tell me whether horizontal wheel events are correct
> > or backwards?
> 
> I have one -- it's not really a horizontal wheel, but the wheel itself
> can tilt sideways.  The last nightly build shows nothing for it -- is
> there some file(s) that I can update or does it need a new build?

I think replacing just

  collects/mred/private/wx/win32/window.rkt

with the latest would work.



Posted on the dev mailing list.