GetKeyboardKeyNames Data Member Function

Populates a <StrList> object with human-readable keyboard key names such as Backspace, Caps Lock, and Page Down.

Prototype

static int32 GetKeyboardKeyNames( StrList dst )

Parameters

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

Examples

Copy Text To Clipboard

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