-[NSResponder flagsChanged:] not called?
-[NSResponder flagsChanged:] not called?
- Subject: -[NSResponder flagsChanged:] not called?
- From: Harold Cooper <email@hidden>
- Date: Tue, 11 Jun 2002 16:38:54 -0600 (MDT)
Hi,
I've implemented the flagsChanged: message of NSResponder as
follows in my NSView subclass:
- (void)flagsChanged:(NSEvent *)event
{
NSLog(@"flagsChanged:");
//...
}
of course nothing is printed, nor is the omitted portion executed.
So my question is: how does one request flagsChanged: messages for an
NSView?
The view works perfectly in other respects (which include extensive mouse
event handling).
Oh, and by the way, I'm using flagsChanged to vary the cursor appearance.
thanks,
Harold Cooper
_______________________________________________
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.