Skip navigation.
 
mlRe: mouseMoved events
FROM : Sam Wilkins
DATE : Sat Nov 20 21:17:51 2004

On Saturday, November 13, 2004, at 05:29  PM, Sam Wilkins wrote:

>
> On Saturday, November 13, 2004, at 11:36  AM, Sam Wilkins wrote:
>

>> Is there any way to make a view receive mouseMoved events when it's
>> not first responder? I'd also like the events to only get sent when
>> the cursor is over top the view, as well.

>
> I hope I'm not getting too impatient, but it's been six hours. Am I
> not providing enough information? I've implemented mouseMoved, and
> told my window to accept mouse moved events, but it stops sending the
> events when a text field or something is active. Like I said before,
> I'd prefer to only track cursor movement when it's over the view, and
> not anywhere on the screen.


Well, I think I have something that works now. Except that the scroll
wheel in my mouse stopped scrolling the view. What will I have to do in
order to get that functionality back? I can't remember where in the
responder chain I placed the view, it's the next responder of
something, probably the window.

Related mailsAuthorDate
mlmouseMoved events Sam Wilkins Nov 13, 17:36
mlRe: mouseMoved events Sam Wilkins Nov 13, 23:29
mlRe: mouseMoved events Sam Wilkins Nov 20, 21:17