Re: putitng info from keyboard
- Posted by ghaberek (admin) Feb 17, 2009
- 963 views
You could also use wait_key() instead of get_key() in that example, which would wait gracefully rather than polling continuously.
-Greg
You could also use wait_key() instead of get_key() in that example, which would wait gracefully rather than polling continuously.
-Greg