• 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
Re: acceptsMouseMovedEvents?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: acceptsMouseMovedEvents?


  • Subject: Re: acceptsMouseMovedEvents?
  • From: Clark Cox <email@hidden>
  • Date: Wed, 27 Apr 2005 16:44:48 -0400

On 4/27/05, Brian O'Brien <email@hidden> wrote:
>
> On Apr 27, 2005, at 2:32 PM, Brian O'Brien wrote:
>
> > In my subclass of NSImageView I want to receive mouse move events.
> > I defined the method acceptsMouseMovedEvents and returned true.
> > I also defined the method - (void)mouseMoved:(NSEvent *)theEvent
> > and put an NSLog message in that function. However I get no mouse
> > motion events.
> >
>
> in my init I did
> [[self window] setAcceptsMouseMovedEvents:YES];

While inside you're init method, [self window[ cannot possibly be
returning anything other than nil. That is, if the view's still being
init'ed, it can't have been placed in a superview yet.

--
Clark S. Cox III
email@hidden
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/
 _______________________________________________
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

  • Follow-Ups:
    • Re: acceptsMouseMovedEvents?
      • From: "Brian O'Brien" <email@hidden>
References: 
 >acceptsMouseMovedEvents? (From: "Brian O'Brien" <email@hidden>)
 >Re: acceptsMouseMovedEvents? (From: "Brian O'Brien" <email@hidden>)

  • Prev by Date: Re: acceptsMouseMovedEvents?
  • Next by Date: Re: [OT] WWDC hotels for car-less people?
  • Previous by thread: Re: acceptsMouseMovedEvents?
  • Next by thread: Re: acceptsMouseMovedEvents?
  • Index(es):
    • Date
    • Thread