C++ keypresses

Do you need Standard C++ code that works on multiple operating systems or do you need to interpret keypresses in a Mac program?

If all you need is a tutorial for a Mac program, I wrote an article on reading the keyboard with Carbon Events. The code that accompanies the article is written in C++.
 
Back
Top