Getting 'mouseMoved' events
Getting 'mouseMoved' events
- Subject: Getting 'mouseMoved' events
- From: James Pengra <email@hidden>
- Date: Mon, 20 May 2002 16:03:30 -0700
I have an NSView in which I utilize mouseDown events and would
also like to track the mouse cursor using mouseMoved events. I send
the message [myWindow setAcceptsMouseMovedEvents:YES]; before looking
for mouse movement, but the procedure -(void)mouseMoved:(NSEvent
*)event never gets called. However, mouseDown gets called every
time I click in the View.
What else must I do to to activate mouseMoved events?
Thanks, Jim
_______________________________________________
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.