Click or drag to resize
DigitalRunePlatformHelperKeyMapping Structure
Maps a virtual-key code and combination of modifier keys to the corresponding Unicode character.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public struct KeyMapping

The PlatformHelperKeyMapping type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldCharacter
The character value.
Public fieldKey
The virtual-key code.
Public fieldModifierKeys
The modifier keys (Alt = 1, Control = 2, Shift = 4).
Top
See Also