[racket-dev] Windows horizontal mouse wheel

From: Stephen Chang (stchang at ccs.neu.edu)
Date: Tue Apr 5 09:30:18 EDT 2011

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 <mflatt at cs.utah.edu> wrote:
> 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:14:37 -0400, 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.
>>
>>
>>
>>
>> On Sun, Apr 3, 2011 at 5:22 PM, Eli Barzilay <eli at barzilay.org> wrote:
>> > An hour and a half ago, Eli Barzilay wrote:
>> >>
>> >> Still nothing, but maybe I got something else wrong -- so I'm
>> >> running a new build now, and will try that.
>> >
>> > I've tried it with the new build, and still the test shows nothing.
>> >
>> > BTW, I have Emacs on the same machine, and it does get `wheel-right'
>> > and `wheel-left' events.
>> >
>> > --
>> >          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>> >                    http://barzilay.org/                   Maze is Life!
>> > _________________________________________________
>> >  For list-related administrative tasks:
>> >  http://lists.racket-lang.org/listinfo/dev
>> >
>



Posted on the dev mailing list.