Re: no mouseUp if mouseDown not overridden?
Re: no mouseUp if mouseDown not overridden?
- Subject: Re: no mouseUp if mouseDown not overridden?
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 22 Aug 2005 16:59:53 -0600
On Aug 22, 2005, at 1:15 PM, Luc Vandal wrote:
how come I can't get the mouseUp event if I don't handle mouseDown
in a NSTextView?
In most of the NSView subclasses in the AppKit, NSTextView included,
the classes go into a periodic event handling mode when the mouse is
held down, which is why any subclasses of these views will never
receive -mouseMoved: or -mouseUp: messages.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden