hey,
i am stuck on one problem that i am not able to solve. I have a CourtView : NSView in which i can draw and where it stores my mouseDownPoint and mouseUpPoint. And I have a WindowManager : NSObject which has CourtView as an IBOutlet CourtView *courtView;
What i want to do is that as soon as the mouse is released, so - (void)mouseUp:(NSEvent *)event; is called, a method in WindowManager is called.
Thanks for your help, Dewy