Re: [xwt-users] Mouse Wheel Scrolling

Andrew Kohlsmith <[email protected]> Thu, 6 Nov 2003 11:43:15 -0500
Newsgroups gmane.comp.java.xwt.users
Organization Benshaw Canada
Message-ID <[email protected]>
> 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.

I would suggest going for the gold -- maybe xwt.ui.mouse.delta and then just 
use xwt.ui.mouse.vscroll and hscroll booleans which you can trap.  You 
scroll by 'delta' (which is -# or +# depending on direction)... I dunno.

Regards,
Andrew