GetKeyboardModifierNames Data Member Function

Populates a <StrList> with keyboard modifier names. The complete list is as follows: None, Shift, Ctrl, and Alt.

Prototype

static int32 GetKeyboardModifierNames( StrList dst )

Parameters

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

Examples

Copy Text To Clipboard

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