Clib.getchar()
syntax: |
Clib.getchar() |
return: |
number - character value of the key pressed.
|
description: |
This method returns the next character from stdin. Usually, this is the keyboard, but you may redefine it to something else. This method will wait for <Enter> to be pressed after the key, and will then return two values: the key pressed, and then the value of the enter key.
|
see: |
|