Quick Windows Console question
Hi guys,
I have this console app runnning and it seems that windows only processes it whenever the keyboard is pressed or the mouse is moving inside the console window.
How can I make it be active all the time?
I have this while loop which draws characters on screen, and it only does it when the mouse is moved inside or keybaord is pressed.
++postcount;
Try this above your input:
Jeff D
if(WAIT_TIMEOUT == WaitForSingleObject(hInput, 20))
Jeff D
Suffered seven plagues, but refused to let the slaves go free. ~ Ross Atherton
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement