Hi,
I tried to catch the mouse wheel event
on a SWT widget that I implemented.
I had a listener to my widget with the
following instruction:
localMouseWheelListener = new Listener()
{
public void
handleEvent(Event e) {
....
}
};
mywidget_.addListener(SWT.MouseWheel,
localMouseWheelListener);
But when I execute the application and
rotate the mouse wheel the listener is never called
and the widget receives no event.
Please, could you help me !
Eric.
_________________________________
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev