Re: rightMouseDown: (NSEvent) theEvent
Re: rightMouseDown: (NSEvent) theEvent
- Subject: Re: rightMouseDown: (NSEvent) theEvent
- From: Matthew Smith <email@hidden>
- Date: Sat, 04 May 2002 10:04:45 +1000
>
Mouse events go to the view under the mouse. If that view does not consume
>
the event, it goes to the next responder and so on. You will not get mouse
>
events via NSWindow's responder methods unless the view(s) under the mouse
>
do not consume them. However, in this case, I think Cocoa contextual menu
>
stuff is consuming your rightMouseDown event.
Interesting... How would I stop it from doing that? If all I need to know is
when a rightMouseDown event occurs, then I can pass the event along to any
interested objects...
Thanks
Matt
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.