Will these work without calling WinMain and running WndProc? I want the arrow keys to move around in the console app and I can't figure out any way except by PostMessage().
I know that this is probably easier than I am making it, but I don't know how else to (except to tell them to turn NumLock on and use the 2,4,6,8 keys with _getch(), which is sub-par).