Re: [TRTFM] mouseMove invoked on non-FrstResponder?
Re: [TRTFM] mouseMove invoked on non-FrstResponder?
- Subject: Re: [TRTFM] mouseMove invoked on non-FrstResponder?
- From: Allan Odgaard <email@hidden>
- Date: Wed, 14 Aug 2002 13:32:07 +0200
On onsdag, august 14, 2002, at 04:13 , John C. Randolph wrote:
Which I do... as my letter says: I do (mostly) get the events as long
as my view is in the responder chain.
Sorry, I wasn't reading carefully. Your view does have to be in the
responder chain to get mouseMoved: events passed to it automatically.
Does your view always care about mouse moved events, or only when the
mouse is over the view in question?
The latter would do -- can I use tracking rects for this? I got the
impression that they only generate mouse enter/exit events, and no
movement events. For 90% that would do fine (I would then just add a lot
of these and tag them), but there are also situations where I really
need the pixel position of the mouse...
Though for now my real problem is, that mouse movement events seem to
fail on occasion, even when my view is in the responder chain :-( I'm
almost certain that this is a Cocoa bug...
_______________________________________________
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.