0

I want to make an Cocoa aplication that take input from keyboard and does specific actions, depends on which button is pressed. What function(or anything) shoud I use?

Alec
  • 414
  • 6
  • 21

1 Answers1

0

Check the NSResponder class documentation and there keyDown.

qwerty_so
  • 35,448
  • 8
  • 62
  • 86