Getting Cursor key events in Cocoa
Getting Cursor key events in Cocoa
- Subject: Getting Cursor key events in Cocoa
- From: Mike Brinkman <email@hidden>
- Date: Thu, 10 Jan 2002 18:53:48 -0500
O.K.,
I'm sure everybody's going to say RTFM, but...
I've checked out NSResponder, keyDown, and NSEvent, but didn't see anything
which told me which key is which. I'm primarily interested in finding out if
someone has pushed the up, down, left or right arrow key. If there's some
place that lists what to event is generated for each key, I'd like to find
out.
Thanks in advance!
Mike