Re: - (void)mouseEntered:(NSEvent *)theEvent
Re: - (void)mouseEntered:(NSEvent *)theEvent
- Subject: Re: - (void)mouseEntered:(NSEvent *)theEvent
- From: Ando Sonenblick <email@hidden>
- Date: Wed, 09 Oct 2002 09:10:36 -0700
Are you enabling the window to receive such mouse events?
I have this code in a view that wants mouse enter/moved/exit events...
[[self window] setAcceptsMouseMovedEvents:YES];
[self addTrackingRect:[self bounds] owner:self user
Data:nil
assumeInside:NO];
>
- (void)mouseEntered:(NSEvent *)theEvent
>
Has anybody managed to get this event to work? I can't make it happen
>
in either NSTableView or NSButton - am I missing the point of when its
>
supposed to trigger events...All my other events are working fine so I
>
don't think its a code issue...
>
>
Pete
>
_______________________________________________
>
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.
_______________________________________________
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.