yucad3d

CadAccelSetKey

Binds a keyboard accelerator to a command id.

void CadAccelSetKey ( std::int32_t Command, std::int32_t VirtKey, std::int32_t Flags );

Parameters

Command (std::int32_t)
Integer value.
VirtKey (std::int32_t)
Integer value.
Flags (std::int32_t)
Modifier flags of the originating window message.

Return Value

None.

See Also