Determines if a key has been pressed.
Syntax
IMiameLib.tcki()
Return Value
An integer value representing the ASCII code of any key which has been pressed. If no unprocessed keyboard input is pending, then a value of zero is returned.
Remarks
The tcki method may be used to determine if there is any input queued for the main A-Shell window. The character is not removed from the input buffer.