Is there any way to get key events in a Windows console? I need a way to get keydown and keyup events quickly without a GUI. I\'ve tried using getch(), but it doesn\'t get k
There are a number of ways. GetKeyboardState would be one of the most obvious.