Re: [xwt-users] Mouse Wheel Scrolling

"Brian Alliet" <[email protected]> Thu, 6 Nov 2003 11:34:35 -0500 (EST)
Newsgroups gmane.comp.java.xwt.users
Message-ID <[email protected]>
Charles Goodwin said:
> Andrew Kohlsmith wrote:
>> What is involved?
>
> Adding support in the core for mouse buttons 4 and 5, I imagine.

We might want to do one better than that. I know Win32 and Carbon can give
you a "delta" rather than just a scroll up/scroll down notification. I
suppose this is to support wheels that don't move in fixed increments. I
don't know if we should expose this to xwt apps or just keep it simple and
do it the X11 way.

-Brian