NSResponder - rightMouseDown, What am I missing?
NSResponder - rightMouseDown, What am I missing?
- Subject: NSResponder - rightMouseDown, What am I missing?
- From: Peter Fischer <email@hidden>
- Date: Wed, 2 Apr 2003 20:41:41 -0500
Hello all!-
I have a subclass of NSBox, and I'm starting implement mouse
clicking behavior. I have overriden the acceptsFirstResponder method,
and am able to receive both mouseDown and otherMouseDown events, but my
application won't seem to respond to rightMouseDown method, am I
missing something? Shouldn't I implement this exactly like mouseDown &
otherMouseDown(Is triggered by all other buttons on my Intellimouse
explorer). Anyhow, what am I missing, is there something different I
need to do within my rightMouseDown event, or register for something
else? Any help would be greatly appreciated.
Thanks
--Pete
_______________________________________________
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.