Right Mouse Button usage in plugins

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Right Mouse Button usage in plugins

Tony Shepherd
When you click inside the ImageJ Image window with the Right mouse button,
you  get a small menu (undo, copy, paste etc).
Is there any way to over-ride this so that I can add my own Right Mouse
Click events to a plugin?
Reply | Threaded
Open this post in threaded view
|

Re: Right Mouse Button usage in plugins

Gabriel Landini
On Thursday 23 November 2006 15:51, Tony Shepherd wrote:
> When you click inside the ImageJ Image window with the Right mouse button,
> you  get a small menu (undo, copy, paste etc).
> Is there any way to over-ride this so that I can add my own Right Mouse
> Click events to a plugin?

Yes there is. Have a look in the macro functions page for:

setOption(option, boolean)