Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Cocoa SWT: Access to mouse wheel / multitouch events?

See SWT#MouseHorizontalWheel

Added in Eclipse 3.6 M2
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=279884 for touch events.

Please, use the newsgroup for user questions in future.

Regards,
Felipe



From:
Stefan Müller Arisona <sma@xxxxxxxxxxxxxx>
To:
platform-swt-dev@xxxxxxxxxxx
Date:
27/10/2009 03:39 PM
Subject:
[platform-swt-dev] Cocoa SWT: Access to mouse wheel / multitouch events?
Sent by:
platform-swt-dev-bounces@xxxxxxxxxxx



Hi,

Is there a way to get mouse wheel or multitouch events into an Cocoa 
SWT application? I know we get "ordinary" mouse wheel events. But how 
would I obtain horizontal "wheel" information of a mightymouse's 
scrollball? In additional Apple defined new events in 10.6 for 
multitouch gestures, see:

http://developer.apple.com/mac/library/documentation/Cocoa/Reference/ApplicationKit/Classes/NSResponder_Class/Reference/Reference.html


More generally, any plans/strategies for SWT to support this sort of 
features across multiple platforms in future (e.g. windows 7 
multitouch, if there is such a thing)?

Cheers /Stefan


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev





Back to the top