InputCommands CreateDefault Method Delta Engine Documentation
Creates a simple DefaultCommands.xml file in memory and passes it to Command.Register. Trigger types cannot be created directly here because we have no dependency to Input here. For better performance with MockResolver the same code is duplicated there, just faster. View code on GitHub

Namespace: DeltaEngine.Content.Xml
Assembly: DeltaEngine.Content.Xml (in DeltaEngine.Content.Xml.dll) Version: 1.1.1.0 (1.1.1)
Syntax

protected override void CreateDefault()
See Also