Re: rightMouseDown: never called in NSView subclass
Re: rightMouseDown: never called in NSView subclass
- Subject: Re: rightMouseDown: never called in NSView subclass
- From: Kyle Sluder <email@hidden>
- Date: Thu, 25 Aug 2011 11:56:06 -0700
On Thu, Aug 25, 2011 at 11:45 AM, Indragie Karunaratne
<email@hidden> wrote:
> I have an NSView subclass that I'm trying to capture right clicks in. I override the rightMouseDown: method but it is never called. This is the first time I've come across this issue as it has always worked fine for me before. All of the other mouse event methods (mouseDown:, mouseUp:, mouseDragged: etc.) work just fine. The view itself is a CALayer-hosting view embedded inside an NSScrollView (unless I'm screwing up something really obvious, I'm pretty sure the issue is related to this).
There's something in the release notes about this… what OS are you on?
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden