GetKeyboardKeyValues Data Member Function

Populates an <Int32Array> object with keyboard key codes such as 0x08, 0x09, and 0x0D, that correspond to keys on the keyboard. Many of these can be found in winuser.h. For example: winuser.h defines '#define VK_TAB 0x09' for the Tab key.

Prototype

static int32 GetKeyboardKeyValues( Int32Array dst )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>dstA pointer to the destination <Int32Array> that stores the keyboard key codes.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.