Re: NSMatrix & mouseDragged?
Re: NSMatrix & mouseDragged?
- Subject: Re: NSMatrix & mouseDragged?
- From: Nathan Day <email@hidden>
- Date: Sun, 30 Mar 2003 12:41:38 +0930
I think you are out of luck, looking at the GNUstep version of
NSMatrix, mouseDragged: event is never given a chance to be called
since mouseDown: handles all events until the mouse button is released.
Of cause Apple might do it differently. You might have to override
mouseDown: and then re-implement everything your self, if you intended
to replace the way NSMatrix handles dragging then this will not be as
painful at it sounds.
On Sunday, March 30, 2003, at 12:21 AM, petite_abeille wrote:
Hello,
Is there a simple way to get mouseDragged: events in a NSMatrix
subclass (short of overwriting the entire mouseDown: method)?
Thanks.
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
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.