Re: Getting the Command key modifier for a NSView
Re: Getting the Command key modifier for a NSView
- Subject: Re: Getting the Command key modifier for a NSView
- From: "Mike Davis" <email@hidden>
- Date: Wed, 22 Aug 2001 16:13:10 -0400
I found a crappy solution by sub-classing NSApplication and the sendEvent:
method. I really don't like subclassing NSApplication but it's the only way
I've found to get this to work.
Mike.