Re: Mouse entered and exited events
Re: Mouse entered and exited events
- Subject: Re: Mouse entered and exited events
- From: John Anderson <email@hidden>
- Date: Tue, 27 Aug 2002 10:23:01 -0700
Most of the UI elements are subclasses of NSResponder, and therefore
you can subclass them and respond to the mouseEntered: and mouseExited:
messages. Depending on the type of control you're dealing with, there
may be a more indirect method for this.
John
On Monday, August 26, 2002, at 06:27 PM, Marcos Tirao wrote:
Hi everybody! Does anyone know how to handle mouse entered and exited
events
Thanks.
_______________________________________________
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.