DQBwaitKey
SUB

Prototype

DECLARE SUB DQBwaitKey (BYVAL ScanCode)

Parameters

Scancode - Scancode of the key to wait for

Returns

none

Description

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.

Notes:

See DQBinstallKeyboard, DQBkey, DQBreadKey