Re: putitng info from keyboard
- Posted by Andy Feb 17, 2009
- 1007 views
ghaberek said...
You could also use wait_key() instead of get_key() in that example, which would wait gracefully rather than polling continuously.
-Greg
Ah that's right, Thanks for catching my error.