Re: [racket-dev] Windows horizontal mouse wheel

2011-04-05 Thread Casey Klein
Thanks, Matthew! On Sun, Apr 3, 2011 at 11:39 AM, 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.

Re: [racket-dev] Windows horizontal mouse wheel

2011-04-05 Thread Stephen Chang
Actually, it works on XP too. I just had to get the latest mouse driver. 1 KEY: wheel-left rel-code: down other-codes: (#f #f #f #f) mods: 2 KEY: wheel-right rel-code: down other-codes: (#f #f #f #f) mods: On Tue, Apr 5, 2011 at 9:20 AM, Matthew Flatt wrote: > Sorry! I forgot to f

Re: [racket-dev] Windows horizontal mouse wheel

2011-04-05 Thread Eli Barzilay
9 minutes ago, Stephen Chang wrote: > I found a mouse with horizontal tilting, but like others, I dont see > any events when tilting left or right. This is with Windows XP and > the latest from git. This was resolved later that day -- at least with my mouse. -- ((lambda (x) (x x)) (lam

Re: [racket-dev] Windows horizontal mouse wheel

2011-04-05 Thread Matthew Flatt
Sorry! I forgot to follow up. Eli and I got horizontal wheel events working, at least on his machine. It won't work in XP, because horizontal wheel events are only available for Vista and up. Meanwhile, we also fixed the crash that Robby found with a different kind of mouse. At Tue, 5 Apr 2011 09

Re: [racket-dev] Windows horizontal mouse wheel

2011-04-05 Thread Stephen Chang
I found a mouse with horizontal tilting, but like others, I dont see any events when tilting left or right. This is with Windows XP and the latest from git. On Sun, Apr 3, 2011 at 5:22 PM, Eli Barzilay wrote: > An hour and a half ago, Eli Barzilay wrote: >> >> Still nothing, but maybe I got so