[racket-dev] Windows horizontal mouse wheel

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Apr 3 16:05:26 EDT 2011

5 minutes ago, Matthew Flatt wrote:
> 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.

Still nothing, but maybe I got something else wrong -- so I'm running
a new build now, and will try that.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.