Re: Bug? Not receiving mouseEntered and mouseExited events
Re: Bug? Not receiving mouseEntered and mouseExited events
- Subject: Re: Bug? Not receiving mouseEntered and mouseExited events
- From: Cameron Hayne <email@hidden>
- Date: Tue, 17 Jan 2006 16:50:26 -0500
On 17-Jan-06, at 10:58 AM, Theodore H. Smith wrote:
I was assuming that mouseMoved and mouseEntered were enabled via
the same mechanism. Now it appears that they use different methods
to enable them!
The docs on mouseEntered in NSResponder say:
-------------------------
- (void)mouseEntered:(NSEvent *)theEvent
Informs the receiver that the cursor has entered a tracking rectangle
specified by theEvent. NSResponder’s implementation simply passes
this message to the next responder.
-------------------------
If you were reading some other documentation about 'mouseEntered'
that failed to mention tracking rectangles, then maybe you should
file a bug against the documentation.
--
Cameron Hayne
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden