Read a key from the keyboard.
Source position: wincrt.pp line 23
function readkey: AnsiChar; |
The pressed key.
ReadKey reads a key from the keyboard, and returns the ASCII value of the key, or the scancode of the key in case it is a special key.
The function waits until a key is pressed.
|
Check if a key was pressed. |