I want to make somthing that generates continues input weather a key is pressed or not:
this is what iv'e got so far to try and explain what i mean...
the thing with this is when it hits getch(); the system pauses and waits for inputCode:For(;;) { system("cls"); //clears the screan ready for input getch(); //Gets Input switch //used to deal with what the input means { } } // End Of for
how do i meake it skip the input if no keys are being pressed?
or did i just bite off more then i can chew?
~Matty-Alan~



LinkBack URL
About LinkBacks



