Hello,
I am trying to process key input in my Carbon application.
I am receiving keyboard event and I am extracting the pressed keyCode with:
GetEventParameter (event, kEventParamKeyCode, typeUInt32, NULL, sizeof(UInt32), NULL, &keyCode);
The problem is, I can't find anywhere in...