Re: Mouse Moved Events
Re: Mouse Moved Events
- Subject: Re: Mouse Moved Events
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 24 Jun 2003 15:18:57 +0200
On mardi, juin 24, 2003, at 15:03 Europe/Paris, Neil Earnshaw wrote:
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?
Does it accept becoming the first responder?
_______________________________________________
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.