[SOLVERD] Changing an NSCursor on "Mouse-Over"
[SOLVERD] Changing an NSCursor on "Mouse-Over"
- Subject: [SOLVERD] Changing an NSCursor on "Mouse-Over"
- From: Michael Becker <email@hidden>
- Date: Thu, 11 Mar 2004 10:47:11 +0100
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
I thought so, too, at first. But even though my windows
-setAcceptsMouseMovedEvents: is set to YES and I implemented the
-mouseMoved: method, it never gets called. I've read of this
phenomenon in the archives, too, so it seems to be either a bug or a
feature :-)
It seems to be a bug in my head :-) I forgot to make the window the
first responder! Now that I did, everything works the way it is
supposed to!
Bye,
Michael
_______________________________________________
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.