Re: About mouseMoved events (again :-)
Re: About mouseMoved events (again :-)
- Subject: Re: About mouseMoved events (again :-)
- From: Michael Latta <email@hidden>
- Date: Tue, 31 Dec 2002 16:06:57 -0800
Tracking rectangles seem to be the only option to date. I am pretty
sure I got that to work without the window being key or main, but then
you can only know if it enters a rectangle. I have yet to convert mine
to use fine-grained tracking rectangles. It is unfortunate that this
ability got lost along the way.
Michael
On Tuesday, December 31, 2002, at 05:37 AM, Arnaud Forgiel wrote:
Dear all,
First I would like to thank you all for the (numerous) discussions on
how to receive mouseMoved events. I am now able to receive them in my
app... but only in the context of a key window. Because I'm using
floating palettes (neither key, nor main - thank you Joar for the
explanation), I am still looking for some hints/solutions on how to
receive those mouseMoved events when not main/key. Basically, I'm
trying to "copy" Adobe's palette behavior: when the mouse is moving
above a button, its bitmap get some colors. This is the very same
effect when you're moving the cursor above a window header in the
background and the three little buttons (red, orange, green) change
from grey to color.
Regards,
Arnaud
_______________________________________________
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.
_______________________________________________
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.