Re: Mouse Moved Events
Re: Mouse Moved Events
- Subject: Re: Mouse Moved Events
- From: Neil Earnshaw <email@hidden>
- Date: Tue, 24 Jun 2003 22:21:05 +0100
I'm trying to get my hands on mouseMoved:events in a custom view.
When
the view gets awakeFromNib I call
[[self window] setAcceptsMouseMovedEvents:YES];
but the mouseMoved: method never gets called.
Anyone know what I'm doing wrong?
Is your view the first responder?
Yes. I made it first responder in IB.
Does it accept becoming the first responder?
Huh?
-Neil
_______________________________________________
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.