Re: NSEvent virtual keycodes

2009-05-18 Thread Kyle Sluder
On Mon, May 18, 2009 at 11:34 PM, Christopher Hansen wrote: > Lol!  In the process of moving from Carbon to Cocoa, I ripped out the > Carbon.framework.  I just thought there might be a better place to include > them from. You don't need to link against Carbon to include the header files. --Kyl

Re: NSEvent virtual keycodes

2009-05-18 Thread Christopher Hansen
:08:08 PM Subject: Re: NSEvent virtual keycodes On Mon, May 18, 2009 at 10:44 PM, Christopher Hansen wrote: > The NSEvent Reference documentation for the keyCode method states that "the > value returned is the same value returned in the kEventParamKeyCode when using > Carbon Events

Re: NSEvent virtual keycodes

2009-05-18 Thread Jim Correia
On Mon, May 18, 2009 at 10:44 PM, Christopher Hansen wrote: > The NSEvent Reference documentation for the keyCode method states that "the > value returned is the same value returned in the kEventParamKeyCode when using > Carbon Events." > > Are the virtual key codes available in a Cocoa-based hea

NSEvent virtual keycodes

2009-05-18 Thread Christopher Hansen
Hello, The NSEvent Reference documentation for the keyCode method states that "the value returned is the same value returned in the kEventParamKeyCode when using Carbon Events." Are the virtual key codes available in a Cocoa-based header? The only virtual keycode definitions I've been able to