Keyboard Events
Keyboard Events
- Subject: Keyboard Events
- From: David Lee <email@hidden>
- Date: Mon, 3 Sep 2001 15:25:15 +0000
I am running a fullscreen Cocoa app with the help of the CocoaDevCentral
fullscreen article.
I am trying to get my app to recieve keyboard events (into an
NSTextView) and I have done as it says overiding
-(BOOL)canBecomeKeyWindow with my own method which just returns yes in
my NSWindowSubclass class.
Problem is my app still isn't playing ball. I can't type anything into
any text entry object in my app. Any ideas?
Dave Lee