Re: Why is it like this?
Re: Why is it like this?
- Subject: Re: Why is it like this?
- From: Thomas Davie <email@hidden>
- Date: Mon, 30 May 2005 23:47:01 +0100
On May 30, 2005, at 11:49 PM, Brian O'Brien wrote:
On May 30, 2005, at 4:37 PM, Thomas Davie wrote:
On May 30, 2005, at 11:38 PM, Brian O'Brien wrote:
Why do views get mouse and keyboard input but my controller class
doesn't?
Because your controller is not represented in the UI in any way,
so it would be totally illogical for it to get any information
relating to the UI without going through something that is
represented there.
It is a subclass of NSView and has been put on the gui through the
interface builder.
Then it's a view - not a controller, and some other view higher up
the responder chain is probably grabbing the events.
Bob
_______________________________________________
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