Re: NSView mouse events
Re: NSView mouse events
- Subject: Re: NSView mouse events
- From: email@hidden
- Date: Mon, 4 Mar 2002 14:48:21 -0800
What is the proper way to get an event for a mouse enter/leave for a
NSView?
NSView is a subclass of NSResponder. NSResponder defines methods
called -mouseEntered: and -mouseExited:.
Specifically a NSOpenGLView?
I don't know from OpenGL, but unless NSOpenGLView breaks the
mechanisms set up by its superclasses, this should work for it as for
any other view.
Ben Haller
Stick Software
_______________________________________________
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.