DECLARE SUB DQBwaitKey (BYVAL ScanCode)
Scancode - Scancode of the key to wait for
none
Waits for the user to press the key specified by the scancode passed to the function. DQBwaitKey works only if the keyboard interrupt handler has been installed by calling DQBinstallKeyboard.