Re: catch key event
Re: catch key event
- Subject: Re: catch key event
- From: email@hidden
- Date: Thu, 7 Aug 2003 13:54:16 -0700
You can subclass the window and create the keyUp method
implementation or subclass the NSApplication and create the sendEvent
implementation (I think that's the method) and deal with it there
(you'll get all the application events here).
______________________________________________________________________
Previous message from email@hidden on 8/7/03 at 6:55 PM +0200
**********************************************************************
hi all,
how can i catch the pression of the up key from the controller's
class ? i'm looking for something like a notification, but i don't
found anything useful.
Thanks
Wezzy
_______________________________________________
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.