Bug 47775 - Allow to add a listener for wheelmouse events
Summary: Allow to add a listener for wheelmouse events
Status: RESOLVED DUPLICATE of bug 7101
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-30 21:43 EST by Michael Sizaki CLA
Modified: 2003-12-01 13:19 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Sizaki CLA 2003-11-30 21:43:24 EST
At the moment wheelmouse events are handeled implicitely by Scrollable. It turns
wheelmouse events into ARROW_UP/DOWN events (at least on windows). Well, that's
probably OK for most applications, but this prevents applications to use e.g.
Ctrl-Wheel mouse to scale a view (like many windows applications do (e.g.
internet explorer, word, mozilla, most imaging applications etc)).

It would be great to register for wheelmouse events and handle them in the user
code (rather then convert the events silentry to keyboard events and not sending
them when control or shift is pressed)....
Comment 1 Grant Gayed CLA 2003-12-01 13:19:53 EST

*** This bug has been marked as a duplicate of 7101 ***