Re: Mouse Moved Events
Re: Mouse Moved Events
- Subject: Re: Mouse Moved Events
- From: Michael Larson <email@hidden>
- Date: Tue, 24 Jun 2003 09:29:14 -0700
Try inserting the first responder woes...
[acceptsFirstResponder..]
+ 3 other similar calls
See the bottom of the NSResponder file and respond true.
Mike
On 6/24/03 6:18 AM, "Stiphane Sudre" <email@hidden> wrote:
>
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.
_______________________________________________
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.