[racket-dev] Windows horizontal mouse wheel

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Apr 3 15:20:09 EDT 2011

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?

(Also, it's a win64 machine.)

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


Posted on the dev mailing list.