Namespace: DeltaEngine.Input
Assembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.Input.Tests.TouchPositionTriggerTests
1 unit tests call DeltaEngine.Input.TouchPositionTrigger.Movement
Assembly: DeltaEngine.Input (in DeltaEngine.Input.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: Vector2DImplements
MovementTrigger MovementRemarks
Examples
[Test] public void ShowRedCircleOnTouchWithMovement() { var ellipse = new Ellipse(new Rectangle(-0.1f, -0.1f, 0.1f, 0.1f), Color.Red); new Command(pos => ellipse.Center = pos).Add(new TouchPositionTrigger(State.Pressed)); }
See Also