[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Main composite & key press

I checked my code, and with a filter added to the display, you can filter all types of events.

Eg. : getDisplay().addFilter(SWT.KeyDown, new Listener(){...} );


Seb.