InputCommandsTests GetInputCommands Method Delta Engine Documentation

Namespace: DeltaEngine.Input.Tests
Assembly: DeltaEngine.Input.Tests (in DeltaEngine.Input.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void GetInputCommands()
Examples

[Test, CloseAfterFirstFrame]
public void GetInputCommands()
{
    var inputCommands = ContentLoader.Load<InputCommands>("DefaultCommands");
    if (inputCommands.MetaData != null)
        Assert.AreEqual(ContentType.InputCommand, inputCommands.MetaData.Type);
}
See Also