Skip navigation.
 
mlRe: acceptsMouseMovedEvents?
FROM : Brian O'Brien
DATE : Wed Apr 27 22:44:25 2005

On Apr 27, 2005, at 2:39 PM, Brian O'Brien 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];
>
> Still no events...
>
>

Is it because I don't have a tracking rect?

>
>

>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Cocoa-dev mailing list      (<email_removed>)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>>
>> This email sent to <email_removed>
>>

>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>

Related mailsAuthorDate
mlacceptsMouseMovedEvents? Brian O'Brien Apr 27, 22:32
mlRe: acceptsMouseMovedEvents? Brian O'Brien Apr 27, 22:39
mlRe: acceptsMouseMovedEvents? Geoff Levner Apr 27, 22:40
mlRe: acceptsMouseMovedEvents? Brian O'Brien Apr 27, 22:44
mlRe: acceptsMouseMovedEvents? Clark Cox Apr 27, 22:44
mlRe: acceptsMouseMovedEvents? Brian O'Brien Apr 27, 23:11
mlRe: acceptsMouseMovedEvents? glenn andreas Apr 27, 23:26
mlRe: acceptsMouseMovedEvents? Brian O'Brien Apr 27, 23:41