Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 527 Bytes

File metadata and controls

24 lines (18 loc) · 527 Bytes

GetKeyDown

Description

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

Parameters

Name Type Description
asciiCode LONGINT ASCII code of key pressed.

Version

Availability: from All Versions

Category