[racket-dev] Windows horizontal mouse wheel

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Apr 3 12:39:40 EDT 2011

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?

Thanks,
Matthew



Posted on the dev mailing list.