Click or drag to resize
DigitalRuneKeyMapAutoKeyMap Property
Gets the an automatic key mapping for the current culture.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public static KeyMap AutoKeyMap { get; }

Property Value

Type: KeyMap
An automatic key mapping.
Remarks

For Windows: Windows OS functions are used to get key mapping for the active keyboard layout.

For Xbox 360: An English key mapping is used for USB keyboards. For the ChatPad an English or German key mapping is used, based on the current culture.

See Also