UnpackAccelerator Data Member Function

Unpacks a hexadecimal keyboard accelerator value into its components and adds them to a <Uint16Array>.

Prototype

static int32 UnpackAccelerator( uint32 p_uAccel, Uint16Array dst )

Parameters

Parameter Type Parameter Name Documentation
uint32p_uAccelA hexadecimal code for a keyboard accelerator.
<Uint16Array>dstA pointer to the destination <Uint16Array> that stores the separate keyboard accelerator components.

Examples

Copy Text To Clipboard

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