Re: Changing an NSCursor on "Mouse-Over"
Re: Changing an NSCursor on "Mouse-Over"
- Subject: Re: Changing an NSCursor on "Mouse-Over"
- From: Allan Odgaard <email@hidden>
- Date: Wed, 10 Mar 2004 22:52:28 +0100
On 10. Mar 2004, at 18:31, Michael Becker wrote:
So how can I achieve this "mouse is over specified coordinate, so do
something" behaviour? Is there something like -mouseDown: only without
the "down" :-) ?
You mean something like this:
- (void)mouseMoved:(NSEvent *)theEvent
Informs the receiver that the mouse has moved specified by theEvent.
NSResponders implementation simply passes this message to the
next responder.
See Also: setAcceptsMouseMovedEvents: (NSWindow)
_______________________________________________
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.