| KeyMap Constructor (KeyMap) |
Initializes a instance of the
KeyMap class with the entries
from another
KeyMap.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public KeyMap(
KeyMap source
)
Public Sub New (
source As KeyMap
)
public:
KeyMap(
KeyMap^ source
)
new :
source : KeyMap -> KeyMap
Parameters
- source
- Type: DigitalRune.Game.UIKeyMap
The source map that will be cloned.
Exceptions See Also