Click or drag to resize
DigitalRuneKeyMapLoad Method (XContainer)
Loads the key map entries.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public void Load(
	XContainer xDocument
)

Parameters

xDocument
Type: System.Xml.LinqXContainer
The XML document containing the key map entries.
See Also