Re: [xwt-users] Mouse Wheel Scrolling

Charles Goodwin <[email protected]> Thu, 06 Nov 2003 16:35:22 +0000
Newsgroups gmane.comp.java.xwt.users
Organization XWT Foundation
Message-ID <[email protected]>
Brian Alliet wrote:
> 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.

We really have to do it in whichever way is common to X11, Win32, Carbon 
and Java even if it's not as 'nice'.

- Charlie