| KeyMapAutoKeyMap Property |
Gets the an automatic key mapping for the current culture.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public static KeyMap AutoKeyMap { get; }
Public Shared ReadOnly Property AutoKeyMap As KeyMap
Get
public:
static property KeyMap^ AutoKeyMap {
KeyMap^ get ();
}
static member AutoKeyMap : KeyMap with get
Property Value
Type:
KeyMapAn 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