Hello,
I know getkey and inkey. Problem is that these macros stop execution of a program until a key is pressed.
Is there a function or API-call that just tests for a keystroke without waiting?
Thks in advance
cobold
PeekConsoleInput.
Dave.
Thanks a lot!
Have a look at this post when I had similiar problems :-
http://www.masm32.com/board/index.php?topic=9392.0