Header that GetKey() is under
Can anyone tell me the header that GetKey() is located under. I've tried every header I could think of and no luck. And before you say RTFM or Google It, I have google'd it and I don't have a book to read at the moment.
curses.h for getch() or conio.h for while (!_kbhit()){[action]}
its not "GetKey()" its "GetAsyncKeyState()" that's probably why you can't find it... and I think its under <windows.h>