|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: Graphics Problems
============================================================ Email. It's the efficient, easy way to get ALL the information we need. Now if only there was an easy way to manage it... There is! It's friendly, fun, and FREE at http://click.topica.com/caaabBAbUrGczbU68iFa/register ============================================================ Try changing the if(kbhit()) to while(!kbhit()) kbhit just checks to see if there is a keystroke in the keyboard buffer.. if there is it returns non-zero, otherwise 0. if you want to find out what the character actually is, use getch() (look up your docs for more info, can't remember exactly how that one works) Paul ------------------------------------------------------------ //// Totally FREE software. Just pay shipping! \\\\ || Click here --->> http://www.free-cd-software.com || <a href="http://www.free-cd-software.com">AOL Link</a> ==^================================================================ EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrGcz.bU68iF Or send an email To: gameprogrammer-unsubscribe@topica.com This email was sent to: list@pendleton.com T O P I C A -- Learn More. Surf Less. Newsletters, Tips and Discussions on Topics You Choose. http://www.topica.com/partner/tag01 ==^================================================================
|
|