Re: Mouse entered and exited events
Re: Mouse entered and exited events
- Subject: Re: Mouse entered and exited events
- From: Roarke Lynch <email@hidden>
- Date: Tue, 27 Aug 2002 14:33:02 -0400
On Monday, August 26, 2002, at 09:27 PM, Marcos Tirao wrote:
Hi everybody! Does anyone know how to handle mouse entered and exited
events
In order to handle these or any events your object should inherit
from NSResponder. You can than override the -(void)mouseEntered:(NSEvent
*)event and -(void)mouseExited:(NSEvent *)event methods.
Do you have a more specific problem?
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
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.