Determining which menu button was clicked on Mac

Sarah Reichelt sarahr at genesearch.com.au
Wed Jan 7 18:41:53 EST 2004


Check the docs for the mouseUp message. It has a parameter that tells 
which button is clicked. On Macs, this is 1 for the left mouse button 
and 3 for right mouse button or control-click.

Cheers,
Sarah
sarahr at genesearch.com.au
http://www.troz.net/Rev/

On 8 Jan 2004, at 9:22 am, Trevor DeVore wrote:

> I was wondering if there was a way to determine which button was 
> clicked in a menu on the Mac?  On Windows you can put mouse event 
> handlers in the button itself but these events are not processed on 
> Mac.
>
>
> -- 
> Trevor DeVore
> Blue Mango Multimedia
> trevor at mangomultimedia.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
>



More information about the use-livecode mailing list