Re: A89: Delays, how do you create them
[Prev][Next][Index][Thread]
Re: A89: Delays, how do you create them
so in other words doing this:
while(!ngetchx())
{
}//end while
is the same as doing this:
ngetchx();
??? Ok i will try out the kbhit() function. Thanks!
Follow-Ups: