Clib.kbhit()
syntax: |
Clib.kbhit() |
return: |
boolean - true if there are any keystrokes waiting, false if not.
|
description: |
This method checks to see whether there are any keystrokes waiting to be processed, returning true if there are and false if there are not.
|
see: |
|