Need equivalent of inkey$ in windows
Posted: Sat Mar 19, 2005 8:08 am
				
				I need to detect if any key has been pressed during a set period, say 15 secs.
I looked at GetAsyncKeyState and others in the API group, but couldn't find anything for ANY key, only specific keys.
The PB keyboard commands are, I believe only for Console screens so that's no good. I need to detect any key pressed in windows during a period of say, 15secs.
Any comments welcomed.
Alan
			I looked at GetAsyncKeyState and others in the API group, but couldn't find anything for ANY key, only specific keys.
The PB keyboard commands are, I believe only for Console screens so that's no good. I need to detect any key pressed in windows during a period of say, 15secs.
Any comments welcomed.
Alan