GetKey
Library: #include <keys.bas>
Returns the Key Scan code of the key pressed or 0 if no keypress is detected.
Syntax
GetKeyScanCode()
Examines the keyboard and returns 0 if no key is pressed (Unlike GetKey, it does not way for a key press).
If there is at least a key pressed, returns all of them ORed (bitwise).
Examples
See also
Back to parent page: Keys library