| PlatformHelperGetKeyMap Method |
Gets the key map for the specified virtual-key codes.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static PlatformHelperKeyMapping[] GetKeyMap(
int[] virtualKeyCodes
)
Public Shared Function GetKeyMap (
virtualKeyCodes As Integer()
) As PlatformHelperKeyMapping()
public:
static array<PlatformHelperKeyMapping>^ GetKeyMap(
array<int>^ virtualKeyCodes
)
static member GetKeyMap :
virtualKeyCodes : int[] -> PlatformHelperKeyMapping[]
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 See Also