discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mouse Wheel support in GNUstep?


From: Dirk Olmes
Subject: Re: Mouse Wheel support in GNUstep?
Date: Wed, 18 Jun 2003 21:21:41 +0200

Strange. Just did a cvs update and reinstalled, still the mouse wheel does not work. Where do I have to start looking to track it down a little bit?

Here's my system config:
- USB mouse on a ThinkPad A22m
- Gentoo Linux
- mouse wheel works for other apps so I guess X is configured correctly
- GNUstep from cvs

looks like you will have to debug this on your own, as nobody else can reproduce it.

:-(
I dug around in the gnustep-back and figured it out myself.

I assume that you are at least a bit familiar with C/Objective-C programming, than this wont be a big task. As a starting point you shoudl try to find out, how GNUstep sees your mouse.

That's exactly the hint to the problem. Here's what happens and why nobody else was able to reproduce the bug:

On my ThinkPad I have two pointer input devices configured: one is the mouse knob on the keyboard and the other is the USB mouse. When the backend comes up it sees the mouse knob first which identifies as having only 3 buttons -> mouse wheel support won't work in the backend.

As a workaround I've added "Options Buttons 5" to my X config and now the mouse wheel works :-)

Still thinking about how to cleverly fix this ...

-dirk

--
A: Maybe because some people are too annoyed by top-posting.
Q: Why do I not get an answer to my question(s)?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]