Click or drag to resize
DigitalRuneKeyMap Constructor (KeyMap)
Initializes a instance of the KeyMap class with the entries from another KeyMap.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public KeyMap(
	KeyMap source
)

Parameters

source
Type: DigitalRune.Game.UIKeyMap
The source map that will be cloned.
Exceptions
ExceptionCondition
ArgumentNullExceptionsource is .
See Also