SDL Key events on Mac OS X

Darrel said …

What’s probably happening in your case is that either:
a) You are using a version of SDLMain.m that is too old, or you are not
using it at all
b) When CodeWarrior launches your program, argv doesn’t have the right
values (perhaps -psn_* is in there) so SDLMain.m doesn’t know to run
the make-me-key hack.

Darrel … how new is this trickery you speak of ? Do I need to go to CVS ?
I downloaded the latest development stuff 1.2.5 and don’t see that trickery
in SDLMain.m … the stuff that makes sure keys go to the window and not the console.