Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Problem with "event.detail &= ~SWT.HOT"

I am using the following statement for removing the Mouse Hover bit from the
event fired.

But the Eclipse IDE is marking "SWT.HOT" as error.

I am unable to find the SWT.HOT constant.

"event.detail &= ~SWT.HOT"

Please help me
-- 
View this message in context: http://www.nabble.com/Problem-with-%22event.detail--%3D-%7ESWT.HOT%22-tp18726621p18726621.html
Sent from the Eclipse Platform - swt mailing list archive at Nabble.com.



Back to the top