Namespace: DeltaEngine.Input.Tests
Assembly: DeltaEngine.Input.Tests (in DeltaEngine.Input.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: DeltaEngine.Input.Tests (in DeltaEngine.Input.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test, CloseAfterFirstFrame] public void CreateFromAttributes() { Assert.DoesNotThrow(() => new TouchDoubleTapTrigger(new Dictionary<string, string>())); Assert.Throws<TouchDoubleTapTrigger.TouchDoubleTapTriggerHasNoParameters>( () => new TouchDoubleTapTrigger(new Dictionary<string, string> { { "Button", "Right" } })); }
See Also