Click or drag to resize
DigitalRunePlatformHelperGetKeyMap Method
Gets the key map for the specified virtual-key codes.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static PlatformHelperKeyMapping[] GetKeyMap(
	int[] virtualKeyCodes
)

Parameters

virtualKeyCodes
Type: SystemInt32
The virtual key codes.

Return Value

Type: PlatformHelperKeyMapping
The key map, which maps each virtual-key code and combination of modifier keys to the corresponding Unicode character.
Exceptions
ExceptionCondition
ArgumentNullExceptionvirtualKeyCodes is .
See Also