Procedure GetKeyDown pauses execution of a VectorScript routine until a key is pressed by the user. When the key is pressed, the ASCII code of the key is returned.
PROCEDURE GetKeyDown(VAR asciiCode : LONGINT);def vs.GetKeyDown():
return asciiCode| Name | Type | Description |
|---|---|---|
| asciiCode | LONGINT | ASCII code of key pressed. |
Availability: from All Versions