mouseDragged event
mouseDragged event
- Subject: mouseDragged event
- From: Rick Bischoff <email@hidden>
- Date: Tue, 22 Jun 2004 14:29:36 -0500
Hello all,
I have a subclassed NSMatrix that has drag and drop implemented
correctly (triggered on the mouseDown: event).
However, I wish to add a new behavior that would require the NSMatrix
to distinguish between clicking and dragging... But when I wrote the
method
-(void)mouseDragged:(NSEvent*)event {
NSLog(@"in mouseDragged:");
}
It was never called, even if I disabled my mouseDown method.
How do I get that message?
Rick Bischoff
Blog, and home for some MacOS X apps --
http://rickjr.org
_______________________________________________
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.