• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
mouseDragged event
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: mouseDragged event
      • From: James DiPalma <email@hidden>
    • Re: mouseDragged event
      • From: Herr Witten <email@hidden>
  • Prev by Date: kCFPreferencesAnyUser w/PreferencePane not working?
  • Next by Date: NSTask Question
  • Previous by thread: RE: kCFPreferencesAnyUser w/PreferencePane not working?
  • Next by thread: Re: mouseDragged event
  • Index(es):
    • Date
    • Thread