Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Creating a own event and listener in SWT

Hi.
I am developing a small application with multiple mouse cursor (hiding the system mouse cursor). Now I want to create own events and listener that for example a button does an action by pressing it with my own created cursor. The problem is I can't use the usual MouseEvent/Listener stuff for that. Does anybody know or can show me how to develop own events and make widgets listen to that? Or does anybody know where to find an overview/explanation (documentation) especially about the structure of existing events/listeners to get an idea how this works.

Thanks in advance.
Andreas


Back to the top