TouchPositionTriggerTests TouchPositionTriggerState 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 TouchPositionTriggerState()
Examples

[Test]
public void TouchPositionTriggerState()
{
    var trigger = new TouchPositionTrigger(new Dictionary<string, string>());
    Assert.AreEqual(State.Pressing, trigger.State);
}
See Also